-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
{
"name": "punk-web-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.0",
"@types/node": "10.12.24",
"@types/react": "16.8.2",
"@types/react-dom": "16.8.0",
"awilix": "^4.2.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-icons": "^3.4.0",
"react-placeholder": "^3.0.2",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.5",
"react-toastify": "^4.5.2",
"reset.css": "^2.0.2",
"rxjs": "^6.4.0",
"styled-components": "^4.1.3",
"tinycolor2": "^1.4.1",
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/enzyme": "^3.9.0",
"@types/react-router-dom": "^4.3.1",
"@types/styled-components": "^4.1.8",
"@types/tinycolor2": "^1.4.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"enzyme-to-json": "^3.3.5",
"sw-precache": "^5.2.1"
},
"proxy": "https://api.punkapi.com/v2",
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}