-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 982 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
33
34
35
{
"name": "highcharts",
"description": "A Vue.js project",
"version": "1.0.0",
"author": "tghelere <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"axios": "^0.21.1",
"highcharts": "^7.0.1",
"lodash": "^4.17.21",
"vue": "^2.6.12",
"vuex": "^3.6.0",
"snyk": "^1.460.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.5.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.3.3",
"webpack": "^4.28.1",
"webpack-dev-server": "^3.1.14"
},
"snyk": true
}