-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "mx-division-tools",
"version": "0.2.6-beta",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build-dev": "vue-cli-service build --mode development --dest dist-dev",
"build-stage": "vue-cli-service build --mode staging --dest dist-staging",
"build-prod": "vue-cli-service build",
"lint": "vue-cli-service lint",
"gh-pages-deploy": "node scripts/gh-pages-deploy.js"
},
"dependencies": {
"ag-grid-community": "^23.0.2",
"ag-grid-vue": "^23.0.2",
"core-js": "^3.6.4",
"html2canvas": "^1.0.0-rc.7",
"lz-string": "^1.4.4",
"papaparse": "^5.2.0",
"plotly.js-dist": "^1.58.4",
"sass": "^1.26.5",
"vue": "^2.6.11",
"vue-js-modal": "^1.3.33",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.1.6",
"vue-select": "^3.11.2",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"execa": "latest",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}