-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 936 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": "hackntu-minor2017",
"version": "0.2.4",
"description": "Official website of 2017 HackNTU Minor Hackathon",
"author": "Choznerol <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --host=0.0.0.0 --port=8081",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"airtable": "^0.4.4",
"vue": "^2.1.8",
"vue-router": "^2.1.3",
"vuex": "^2.1.1"
},
"devDependencies": {
"buble": "^0.15.1",
"buble-loader": "^0.4.0",
"cross-env": "^3.0.0",
"css-loader": "^0.26.2",
"file-loader": "^0.10.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"vue-loader": "^11.1.3",
"vue-template-compiler": "^2.1.8",
"vuetify": "^0.8.8",
"webpack": "^2.2.0-rc.2",
"webpack-dev-server": "^2.2.0-rc.0"
}
}