-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "coffee",
"version": "0.1.0",
"private": true,
"dependencies": {
"@royalnavy/css-framework": "^2.22.0",
"@royalnavy/icon-library": "^2.22.0",
"@royalnavy/react-component-library": "^2.22.0",
"bowser": "^2.7.0",
"dayjs": "^1.8.16",
"formik": "^1.5.8",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.1.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"sass": "^1.24.4",
"styled-components": "^5.2.0",
"uuid": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/* --ext .js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 10",
"not op_mini all",
"ie 11",
"chrome >= 46"
],
"devDependencies": {
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2",
"redux-devtools-extension": "^2.13.8"
}
}