-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
84 lines (84 loc) · 2.62 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "node-chart-flow",
"version": "0.0.17",
"description": "A simple visual flow editor",
"main": "./dist/bundle.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config config/webpack.config.js",
"build": "cross-env NODE_ENV=production node_modules/.bin/webpack --config config/webpack.prod.js",
"eslint": "./node_modules/.bin/eslint src/**/*.js --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -o CHANGELOG.md",
"version": "npm run changelog&&git add CHANGELOG.md",
"precommit": "npm run eslint",
"commitmsg": "validate-commit-msg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hong-boy/node-chart-flow.git"
},
"keywords": [
"node-red",
"editor"
],
"author": "hong-boy",
"license": "MIT",
"bugs": {
"url": "https://github.com/hong-boy/node-chart-flow/issues"
},
"homepage": "https://github.com/hong-boy/node-chart-flow#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"conventional-changelog": "^1.1.18",
"conventional-changelog-cli": "^1.3.16",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"element-ui": "^2.2.2",
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.6",
"hot-module-replacement": "^3.0.0",
"html-webpack-plugin": "^3.0.6",
"husky": "^0.14.3",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"normalize.css": "^7.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.1",
"style-loader": "^0.19.0",
"stylelint": "^9.1.1",
"validate-commit-msg": "^2.14.0",
"vue": "^2.5.8",
"vue-loader": "^14.2.1",
"vue-template-compiler": "^2.5.8",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10",
"webpack-dashboard": "^1.0.2",
"webpack-dev-server": "^3.1.0",
"d3": "^4.13.0",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"save-svg-as-png": "^1.3.1",
"uuid": "^3.2.1",
"vue-scrollbars": "^1.0.5"
},
"dependencies": {},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%"
]
}