-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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
{
"name": "demo-akamai-fashionstore",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/graphql": "^14.0.5",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"@types/react": "^16.7.12",
"@types/react-bootstrap": "^0.32.15",
"@types/react-dom": "^16.0.11",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^4.3.1",
"bootstrap": "^3.3.7",
"react": "^16.5.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"typescript": "^3.2.1"
},
"scripts": {
"start": "react-scripts start",
"buildProd": "GENERATE_SOURCEMAP=false react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"format": "./node_modules/.bin/prettier --write '**/*.{js,jsx,ts,tsx,json,md}'"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"prettier": "^2.3.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}