-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.8 KB
/
package.json
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
{
"name": "style-editor",
"version": "0.1.0",
"private": false,
"main": "./dest/style-editor.cjs.js",
"dependencies": {
"@styled-system-ts/theme-get": "^0.3.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/css-tree": "^1.0.3",
"@types/react-color": "^3.0.4",
"@types/react-select": "^3.0.20",
"@types/rebass": "^4.0.6",
"@types/styled-components": "^5.1.3",
"@types/styled-system": "^5.1.10",
"@types/styled-system__theme-get": "^5.0.0",
"css-tree": "^1.0.0-alpha.39",
"node-sass": "^4.14.1",
"postcss": "^8.0.9",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-scripts": "3.4.3",
"react-select": "^3.1.0",
"react-tippy": "^1.4.0",
"rebass": "^4.0.7",
"styled-components": "^5.2.0",
"styled-system": "^5.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:js": "rollup -c"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^6.0.0",
"rollup": "^2.28.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.0.3"
}
}