-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.91 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
85
{
"name": "cat-charts-vue",
"version": "0.0.8",
"description": "A visulization library based on spritejs and sprite-extend-shapes",
"main": "lib/index.js",
"browser": "lib/index.js",
"scripts": {
"start": "npm run dev:demo",
"dev:demo": "webpack-dev-server --config ./build/webpack.conf.dev.js",
"build:all": "npm run docs && npm run build && echo 'Build successfully!'",
"build": "rimraf lib && cross-env NODE_ENV=production webpack --config ./build/webpack.conf.prod.chart.js",
"docs": "rimraf docs && cross-env NODE_ENV=production webpack --config ./build/webpack.conf.prod.docs.js",
"precommit": "npm run lint",
"lint": "eslint src/**/*.js"
},
"author": "qwt",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/runtime": "^7.2.0",
"@emmetio/codemirror-plugin": "^0.5.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-inline-package-json": "^2.0.0",
"bootstrap": "^4.3.1",
"codemirror": "^5.42.2",
"copy-text-to-clipboard": "^1.0.4",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"deepmerge": "^2.1.0",
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"file-loader": "^3.0.1",
"happypack": "^5.0.1",
"highlight.js": "^9.15.8",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.0",
"is-absolute-url": "^2.1.0",
"markdown-it": "^8.4.2",
"markdown-it-container": "^2.0.0",
"node-sass": "^4.11.0",
"parse-package-name": "^0.1.0",
"progress-bar-webpack-plugin": "^1.12.1",
"query-string": "^6.0.0",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"scapegoat": "^1.0.0",
"split.js": "^1.5.10",
"style-loader": "^0.23.1",
"throttle-debounce": "^1.0.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"unfetch": "^3.0.0",
"url-loader": "^1.1.2",
"vue-loader": "^15.5.1",
"vue-md-loader": "^1.1.0",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.1.5"
},
"dependencies": {
"@qcharts/core": "^0.2.30",
"spritejs": "^2.27.18"
}
}