-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cptac-heatmap",
"description": "A Vue.js project",
"version": "1.0.0",
"author": "Anna Calinawan",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue frontend",
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"apexcharts": "^3.6.6",
"axios": "^0.18.0",
"canvas2image": "^1.0.5",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.0",
"html2canvas": "^1.0.0-rc.1",
"jspdf": "^1.5.3",
"lodash": "^4.17.11",
"vue": "^2.1.0",
"vue-apexcharts": "^1.5.3",
"vue-js-modal": "^1.3.33",
"vue-json-excel": "^0.2.96",
"vue-json-to-excel": "0.0.8",
"vue-resource": "^1.5.1",
"vue-select": "^2.5.1",
"vue-spinners": "^1.0.2",
"vuex": "^3.0.1",
"xlsx": "^0.14.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^8.1.0",
"cross-env": "^3.0.0",
"css-loader": "^3.4.2",
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^6.0.0",
"pretty-checkbox-vue": "^1.1.9",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.1.0",
"webpack": "^4.42.1",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}