-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.85 KB
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
56
57
58
59
60
61
{
"name": "pickup",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"autoprefixer": "^9",
"cra-template-pwa": "1.0.3",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"postcss": "^7",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-frame-component": "^5.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.0.0",
"react-router-dom": "^5.1.2",
"react-table": "^7.7.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"xhook": "^1.4.9"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"analyz": "webpack-bundle-analyzer --port 8888 ./build/stats.json",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.7.4",
"customize-cra": "^0.9.1",
"http-proxy-middleware": "^2.0.1",
"prop-types": "^15.7.2",
"react-app-rewire-webpack-bundle-analyzer": "^1.1.0",
"react-app-rewired": "^2.1.5",
"react-scripts": "^4.0.3",
"tamper": "^1.1.0",
"webpack-dev-server-inject-scripts": "^0.2.2"
}
}