forked from feifang/vue-wordcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "vue-wordcloud",
"description": "A Vue.js Word Cloud component",
"version": "1.1.1",
"license": "MIT",
"author": "fei.fang <[email protected]>",
"private": false,
"main": "dist/word-cloud.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"d3": "^4.10.0",
"d3-cloud": "^1.2.4",
"d3-scale-chromatic": "^1.3.3",
"vue": "^2.3.3",
"vue-resize-directive": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "7.1.1",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.11.6",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "3.14.1",
"eslint-config-airbnb-base": "11.0.1",
"eslint-friendly-formatter": "2.0.7",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-loader": "1.6.1",
"eslint-plugin-html": "2.0.0",
"eslint-plugin-import": "2.2.0",
"file-loader": "^0.9.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "3.10.0",
"webpack-dev-server": "^3.1.10"
}
}