-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
{
"name": "logosweeper",
"version": "0.1.0",
"private": true,
"dependencies": {
"animate.css": "^3.7.1",
"axios": "0.21.2",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"node-forge": "1.3.0",
"node-notifier": "8.0.1",
"object-path": "0.11.8",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-draggable": "^3.3.0",
"react-helmet": "^5.2.1",
"react-load-image": "^0.1.7",
"react-retro-hit-counter": "^1.0.1",
"react-scripts": "^3.0.1",
"react95": "^2.0.0",
"styled-components": "^4.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "react-scripts build && surge --domain logosweeper.surge.sh build/",
"deployBeta": "react-scripts build && surge --domain betalogosweeper.surge.sh build/",
"lint": "./node_modules/.bin/eslint src"
},
"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": {
"babel-core": "^6.26.3",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"react-dev-utils": "^11.0.4"
}
}