-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "alarm-server-ts",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc && webpack"
},
"license": "MIT",
"private": true,
"devDependencies": {
"@types/koa": "^2.0.39",
"@types/koa-static": "^3.0.1",
"@types/react": "^16.0.18",
"@types/react-dom": "^16.0.2",
"@types/react-mdl": "^1.7.23",
"@types/react-redux": "^5.0.11",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"source-map-loader": "^0.2.3",
"style-loader": "^0.19.0",
"ts-loader": "^3.1.0",
"tslint": "^5.7.0",
"typescript": "^2.5.2",
"webpack": "^3.8.1"
},
"dependencies": {
"koa": "^2.3.0",
"koa-static": "^4.0.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-mdl": "^1.10.3",
"react-redux": "^5.0.6",
"react-sound": "^0.8.0",
"redux": "^3.7.2"
}
}