-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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
{
"name": "nthu-select-courses",
"version": "1.0.0",
"description": "NTHU SELECT COURSES: Make courses selection an easy, intuitive, and pleasure work.",
"author": "pp253 <pp.pp253@gmail.com>",
"license": "Apache-2.0",
"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production --target app --modern --dashboard --no-clean",
"lint": "vue-cli-service lint",
"push": "bash ./.bin/push-to-github.sh"
},
"dependencies": {
"axios": "^0.18.1",
"chart.js": "^2.8.0",
"chartjs-plugin-datalabels": "0.5.0",
"printd": "^1.4.0",
"vue": "^2.6.10",
"vue-chartjs": "^3.4.2",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.6",
"vue-wait": "^1.4.6",
"vuedraggable": "^2.21.0",
"vuetify": "^1.5.14",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-prettier": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.12.0",
"sass-loader": "^7.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
}
}