-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
32 lines (32 loc) · 893 Bytes
/
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
{
"name": "ben",
"description": "ben",
"author": "ben",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./scripts/protogen.sh && concurrently --kill-others \"go run server/server.go\" \"webpack-dev-server --colors --watch --hot --inline\""
},
"dependencies": {
"babel-eslint": "^7.2.3",
"grpc-web-client": "^0.2.1",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"vue": "^2.0.5",
"vue-typed": "^2.0.2"
},
"devDependencies": {
"@types/node": "6.0.41",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"concurrently": "^3.4.0",
"cross-env": "^3.1.3",
"html-loader": "^0.4.4",
"pug-loader": "^2.3.0",
"ts-loader": "^2.0.1",
"ts-protoc-gen": "^0.2.1",
"typescript": "^2.2.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
}
}