-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
{
"name": "swatcher",
"version": "1.0.3",
"description": "Generate color palettes for Procreate.",
"author": "Joseph Schultz <joseph@acupajoe.io>",
"license": "MIT",
"keywords": [
"palette",
"procreate",
"swatches",
"color",
"react"
],
"main": "src/index.js",
"dependencies": {
"@sweetalert2/theme-dark": "2.1.0",
"axios": "0.19.0",
"color": "3.1.2",
"firebase": "^7.14.5",
"lodash": "4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.14.1",
"rc-tooltip": "3.7.3",
"react": "16.8.6",
"react-color": "2.17.3",
"react-dom": "16.8.6",
"react-helmet": "5.2.1",
"react-router": "5.0.1",
"react-router-dom": "5.0.1",
"react-scripts": "^3.4.1",
"sass": "1.23.0-module.beta.1",
"sweetalert2": "8.17.1",
"sweetalert2-react-content": "1.1.0"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}