-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "cocktails-world-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@popperjs/core": "^2.9.2",
"@types/history": "^4.7.9",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-lazyload": "^3.1.1",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.11",
"bootstrap": "5.0.2",
"cross-env": "^7.0.3",
"handlebars": "4.7.7",
"lodash": ">=4.17.21",
"mem": ">=4.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.2.0",
"react-lazyload": "^3.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"rimraf": "3.0.2",
"styled-components": "^5.3.0",
"typescript": "^4.3.5"
},
"scripts": {
"start": "rimraf ./build && react-scripts start",
"build": "react-scripts build",
"test": "cross-env CI=true react-scripts test --passWithNoTests",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}