-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
130 lines (130 loc) · 4.06 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "typescript-web-boilerplate",
"version": "1.0.0",
"description": "web boilerplate",
"main": "index.js",
"scripts": {
"dev": "run-s clean && cross-env DEBUG=info NODE_ENV=development npm run dev-server",
"dev-server": "nodemon",
"server": "ts-node ./src/api/server.ts",
"build": "webpack -p",
"start": "cross-env DEBUG=info NODE_ENV=production npm run server",
"clean": "rimraf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"nodemonConfig": {
"watch": [
"src/api"
],
"ext": "ts",
"exec": "ts-node ./src/api/server.ts"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.0.0",
"@babel/register": "^7.0.0",
"@types/compression": "0.0.36",
"@types/connect-history-api-fallback": "^1.3.1",
"@types/copy-webpack-plugin": "^4.4.2",
"@types/cors": "^2.8.4",
"@types/debug": "0.0.30",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
"@types/hard-source-webpack-plugin": "^0.9.0",
"@types/html-webpack-plugin": "^3.2.0",
"@types/jsonfile": "^4.0.1",
"@types/lodash": "^4.14.116",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/node": "^10.9.4",
"@types/react": "^16.4.13",
"@types/react-dom": "^16.0.7",
"@types/react-hot-loader": "^4.1.0",
"@types/react-jss": "^8.6.0",
"@types/react-router": "^4.0.31",
"@types/react-router-dom": "^4.3.1",
"@types/react-slick": "^0.23.2",
"@types/recompose": "^0.26.5",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/webpack": "^4.4.11",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-hot-middleware": "^2.16.4",
"@types/webpack-merge": "^4.1.3",
"babel-loader": "^8.0.0",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"cssnano": "^4.1.0",
"eslint": "^5.4.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4",
"npm-run-all": "^4.1.3",
"postcss": "^7.0.2",
"postcss-loader": "^3.0.0",
"prettier": "^1.14.2",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
},
"dependencies": {
"@material-ui/core": "^3.0.3",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.16",
"@nivo/line": "^0.49.1",
"@nivo/pie": "^0.49.0",
"@types/markerclustererplus": "^2.1.33",
"aws-amplify": "^1.1.3",
"aws-amplify-react": "^2.0.4",
"axios": "^0.18.0",
"babel-runtime": "^6.26.0",
"compression": "^1.7.3",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.2",
"cors": "^2.8.4",
"debug": "^4.0.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"google-map-react": "^1.0.8",
"hard-source-webpack-plugin": "^0.12.0",
"html-webpack-plugin": "^3.2.0",
"jsonfile": "^5.0.0",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.4.2",
"mobx": "^5.1.1",
"mobx-react": "^5.2.8",
"mobx-react-devtools": "^6.0.3",
"particles.js": "^2.0.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.5",
"react-jss": "^8.6.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-slick": "^0.23.1",
"recompose": "^0.30.0",
"typeface-roboto": "0.0.54",
"webpack": "^4.17.1",
"webpack-dev-middleware": "^3.3.0",
"webpack-hot-middleware": "^2.24.0",
"webpack-merge": "^4.1.4"
}
}