-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.57 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "@qonsoll/react-design",
"version": "2.2.20",
"description": "React-components and design system for enterprise-level products.",
"author": "qonsoll",
"license": "MIT",
"bugs": {
"url": "https://github.com/qonsoll/react-design/issues"
},
"homepage": "https://github.com/qonsoll/react-design#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/qonsoll/react-design.git"
},
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"engines": {
"node": ">=10"
},
"keywords": [
"react",
"react v17",
"components",
"library",
"jest",
"typescript",
"scss",
"css modules",
"styled components",
"rollup",
"eslint",
"prettier"
],
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"deploy-storybook": "storybook-to-ghpages",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -o docs-build"
},
"peerDependencies": {
"prop-types": "15.7.2",
"react": ">=17"
},
"devDependencies": {
"@babel/cli": "7.15.4",
"@babel/core": "7.15.5",
"@babel/plugin-syntax-jsx": "7.14.5",
"@babel/plugin-transform-modules-commonjs": "7.15.4",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "7.14.5",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@storybook/addon-actions": "6.5.12",
"@storybook/addon-essentials": "6.5.12",
"@storybook/addon-links": "6.5.12",
"@storybook/client-api": "6.5.12",
"@storybook/react": "6.5.12",
"@storybook/storybook-deployer": "2.8.12",
"antd": "4.16.8",
"babel-loader": "8.2.2",
"cross-env": "7.0.3",
"css-loader": "6.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "5.2.1",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-react": "11.0.1",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "5.1.3",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsdoc": "27.0.6",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"gh-pages": "3.2.3",
"microbundle-crl": "0.13.11",
"npm-run-all": "4.1.5",
"postcss": "^8.0.0",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-css-porter": "1.0.2",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.1",
"rollup-plugin-scss": "3.0.0",
"rollup-plugin-terser": "7.0.2",
"styled-components": "5.3.1",
"styled-system": "5.1.5",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "^24.0.0"
},
"files": [
"dist"
],
"dependencies": {
"@geometricpanda/storybook-addon-badges": "0.2.2",
"@storybook/addons": "6.5.12",
"@storybook/theming": "6.5.12",
"@styled-system/should-forward-prop": "5.1.5",
"classnames": "2.3.1",
"rc-queue-anim": "2.0.0",
"react-phone-input-2": "2.14.0"
}
}