-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 942 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
34
35
36
{
"name": "pokemon-arena",
"version": "1.0.0",
"description": "Pokemon Arena with React Fiber goodnesses",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"bluebird": "^3.5.4",
"fs-extra": "^7.0.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-router-dom": "5.0.0",
"scheduler": "0.14.0",
"styled-components": "4.2.0",
"victory": "32.2.2"
},
"devDependencies": {
"axios": "^0.18.0",
"react-scripts": "3.0.1",
"surge": "0.20.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp build/index.html build/200.html",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"api:scrap": "node scripts/scrapper.js",
"deploy": "surge --project ./build --domain pokemon.lux.frachet.berthelot.io"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}