-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.59 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "wt-gadgets",
"version": "0.1.0",
"private": true,
"engines": {
"node": "14.16.0"
},
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"firebase": "^8.6.8",
"formik": "^1.5.8",
"history": "^4.10.1",
"live-server": "^1.2.1",
"moment": "^2.27.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loading-skeleton": "^1.3.0",
"react-modal": "^3.11.2",
"react-phone-input-2": "^2.13.7",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^5.10.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"scripts": "^0.1.0",
"uuid": "^3.4.0",
"web-vitals": "^1.0.1",
"webfontloader": "^1.6.28"
},
"scripts": {
"serve": "live-server dist/",
"build": "cross-env NODE_ENV=production webpack --config webpack/prod.config.js",
"dev-server": "webpack-dev-server --open --config webpack/dev.config.js",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.2",
"cross-env": "^7.0.2",
"css-loader": "^4.2.0",
"dotenv": "^8.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.2.0",
"group-css-media-queries-loader": "^3.0.2",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.8",
"path": "^0.12.7",
"raf": "^3.4.1",
"sass-loader": "^10.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.1.1",
"workbox-webpack-plugin": "^5.1.3"
}
}