-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 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
{
"name": "{{.AppName}}",
"version": "1.0.0",
"dependencies": {
"@types/body-parser": "^1.19.2",
"@types/compression": "^1.7.3",
"@types/cookie-parser": "^1.4.4",
"@types/express": "^4.17.17",
"@types/helmet": "0.0.48",
"@types/node": "^18.16.14",
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.26",
"@types/react-router-dom": "^5.3.3",
"@types/ua-parser-js": "^0.7.37",
"@types/ws": "8.5.5",
"body-parser": "^1.20.2",
"clever-components": "^2.219.0",
"clever-discovery": "^1.2.0",
"clever-frontend-utils": "^1.8.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"core-js": "^3.32.2",
"express": "^4.18.2",
"helmet": "^3.23.3",
"kayvee": "^3.17.0",
"less": "^3.12.2",
"pug": "^3.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"redux": "^4.2.1",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.7",
"ua-parser-js": "^0.7.22",
"whatwg-fetch": "^3.6.19"
},
"devDependencies": {
"@clever/eslint-plugin": "^0.3.0",
"@clever/prettier-config": "^1.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"autoprefixer": "^10.4.15",
"css-loader": "^4.3.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"html-webpack-pug-plugin": "^4.0.0",
"jest": "^26.5.3",
"less-loader": "^7.0.2",
"mini-css-extract-plugin": "^1.0.0",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone-data-webpack-plugin": "^1.5.1",
"nodemon": "^3.0.1",
"postcss": "^8.4.29",
"postcss-loader": "^4.0.4",
"prettier": "2.1.2",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.9",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.2",
"svgo": "^3.0.2",
"ts-jest": "^26.4.1",
"ts-loader": "^9.4.4",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.15.1"
}
}