-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.07 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
{
"name": "kitcon-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-cli --watch",
"build": "webpack-cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kalyuk/kitcon-web.git"
},
"author": "Dmitriy Kalyuk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalyuk/kitcon-web/issues"
},
"homepage": "https://github.com/kalyuk/kitcon-web#readme",
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/clean-webpack-plugin": "^0.1.3",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/express": "^4.17.8",
"@types/mini-css-extract-plugin": "^1.2.0",
"@types/mustache-express": "^1.2.1",
"@types/qs": "^6.9.5",
"@types/react": "^16.9.49",
"@types/react-bootstrap": "^0.32.24",
"@types/react-dom": "^16.9.8",
"@types/react-router": "^5.1.8",
"@types/react-router-config": "^5.0.1",
"@types/react-router-dom": "^5.1.6",
"@types/webpack": "^4.41.22",
"@types/webpack-node-externals": "^2.5.0",
"awesome-typescript-loader": "^5.2.1",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.4.1",
"mini-css-extract-plugin": "^1.2.1",
"node-sass": "^5.0.0",
"react-bootstrap": "^1.4.0",
"sass-loader": "^10.0.5",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"url-loader": "^4.1.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.2",
"webpack-shell-plugin-next": "^1.2.0"
},
"dependencies": {
"class-validator": "^0.12.2",
"express": "^4.17.1",
"ioredis": "^4.17.3",
"mobx": "^5.15.6",
"mobx-react": "^6.3.0",
"mustache-express": "^1.3.0",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"reflect-metadata": "^0.1.13"
}
}