-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
94 lines (94 loc) · 2.65 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
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": "nordmart-review",
"version": "0.0.0",
"description": "Nordmart review demo app",
"browserslist": [
"> 1%",
"last 2 versions",
"IE 10"
],
"main": "",
"keywords": [
"Stakater",
"Nordmart",
"Review"
],
"author": "Quang Vu",
"license": "MIT",
"scripts": {
"start": "webpack serve --mode development --env VERSION=v1.01 --env PAGE_TITLE=Secret",
"start:dev": "npm start",
"build": "webpack --mode production"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.58",
"clsx": "^1.1.1",
"final-form": "^4.20.2",
"framer-motion": "^4.1.17",
"helmet": "^4.6.0",
"lodash": "^4.17.21",
"moment": "~2.29.1",
"nested-combine-reducers": "^2.0.0",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.3",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-observable": "^1.2.0",
"reflect-metadata": "^0.1.13",
"reselect": "^4.0.0",
"rxjs": "^6.6.7",
"urijs": "^1.19.6"
},
"devDependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@svgr/webpack": "^5.5.0",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.9",
"@types/urijs": "^1.19.15",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-testing-library": "^4.6.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"http-proxy-middleware": "^2.0.0",
"http-server": "^0.12.3",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"lodash": "^4.17.21",
"prettier": "^2.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux-devtools-extension": "^2.13.9",
"style-loader": "^2.0.0",
"styled-components": "^5.3.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}