-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "material-colorize-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.8",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.6",
"clipboard": "^2.0.6",
"color-diff": "^1.2.0",
"flow-bin": "^0.121.0",
"mdi-material-ui": "^6.13.0",
"node-vibrant": "^3.1.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-clipboard.js": "^2.0.16",
"react-color": "^2.18.0",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"tinycolor2": "^1.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"babel-loader": "^8.1.0",
"flow-typed": "^3.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}