-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "cover-image-generator",
"version": "0.2.0",
"private": true,
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@sendacoin/react": "^1.0.7",
"dom-to-image": "^2.6.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-color": "^2.17.3",
"react-dom": "^16.8.6",
"react-draggable": "^3.3.0",
"react-feather": "^2.0.3",
"react-github-button": "^0.1.11",
"react-input-range": "^1.3.0",
"react-lazy-load-image-component": "^1.3.2",
"react-powerplug": "^1.0.0",
"react-scripts": "3.0.1",
"use-dark-mode": "^2.3.1",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"now-build": "react-scripts build"
},
"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"
]
}
}