forked from in-your-saas/material-ui-theme-editor
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 863 Bytes
/
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
{
"name": "material-ui-theme-editor",
"version": "0.1.0",
"homepage": "https://in-your-saas.github.io/material-ui-theme-editor",
"dependencies": {
"@material-ui/core": "^3.4.0",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.23",
"classnames": "^2.2.6",
"file-saver": "^2.0.0-rc.4",
"gh-pages": "^2.0.1",
"lodash": "^4.17.11",
"react": "^16.6.1",
"react-color": "^2.14.1",
"react-dom": "^16.6.1",
"react-scripts": "2.1.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}