-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.27 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
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "CRM",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage --reporters default jest-stare",
"lint": "tslint --project tsconfig.json -c tslint.json 'src/**/*.ts'",
"server:start": "scripty",
"server:dev": "scripty",
"server:prod": "scripty",
"server:hint": "scripty",
"client:dev": "scripty",
"client:prod": "scripty"
},
"jest-stare": {
"resultDir": "./docs/jest-stare",
"coverageLink": "../js-coverage/lcov-report/index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.15",
"@types/koa-static": "^4.0.1",
"@types/node": "^12.0.8",
"@types/react": "^16.8.20",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.4",
"antd": "^3.19.7",
"autoprefixer": "^9.6.0",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"inversify": "^5.0.1",
"inversify-koa-utils": "^1.0.0",
"jest": "^24.8.0",
"jest-stare": "^1.16.0",
"json2ts": "0.0.7",
"koa": "^2.7.0",
"koa-favicon": "^2.0.1",
"koa-router": "^7.4.0",
"koa-simple-router": "^0.2.0",
"koa-static": "^5.0.0",
"koa-swig": "^2.2.1",
"koa2-connect-history-api-fallback": "^0.1.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mobx": "^5.10.1",
"mobx-react": "^6.1.1",
"mobx-react-lite": "^1.4.0",
"postcss-preset-env": "^6.6.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hooks-fetch": "^0.10.0",
"react-router-dom": "^5.0.1",
"reflect-metadata": "^0.1.13",
"scripty": "^1.9.1",
"style-loader": "^0.23.1",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.2",
"webpack": "^4.34.0",
"webpack-build-notifier": "^1.0.3",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.2.1",
"workbox-webpack-plugin": "^4.3.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.4.4",
"@testing-library/react": "^8.0.1",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^4.0.0-beta.7",
"mini-css-extract-plugin": "^0.7.0",
"node-bash-title": "0.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"speed-measure-webpack-plugin": "^1.3.1",
"ts-loader": "^6.0.2",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dashboard": "^3.0.7",
"webpack-jarvis": "^0.3.2",
"webpack-manifest-plugin": "^2.0.4"
}
}