-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1008 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
36
{
"name": "vchart",
"version": "1.0.0",
"description": "Vue Chartist.js Component",
"main": "./dist/vchart.min.js",
"scripts": {
"start": "npm run prepare && http-server -c0 .",
"prepare": "NODE_ENV=production webpack --progress --hide-modules",
"analyze": "NODE_ENV=production webpack --progress --hide-modules --config webpack.analyze.js"
},
"dependencies": {
"chartist": "latest"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"eslint": "4.18",
"eslint-config-dwing": "^1.1.0",
"eslint-plugin-vue": "^3.11.0",
"http-server": "^0.10.0",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.4",
"webpack-bundle-analyzer": "^3.3.2"
},
"keywords": [
"vue-component",
"vuejs",
"chartist"
],
"repository": "[email protected]:willin/vchart.git",
"author": "Willin Wang <[email protected]>",
"license": "MIT"
}