-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
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
{
"name": "grapesjs-echarts",
"version": "0.0.20",
"description": "Grapesjs Echarts",
"main": "dist/grapesjs-echarts.min.js",
"author": "Julio Vasconez",
"repository": {
"type": "git",
"url": "https://github.com/jvas28/grapesjs-echarts.git"
},
"scripts": {
"start": "webpack-dev-server --open --watch",
"build": "webpack --env.production",
"lint": "eslint ./src --fix",
"bump": "npm version patch -m 'Bump v%s'"
},
"keywords": [
"grapesjs",
"plugin"
],
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"acorn": "^7.4.1",
"babel-loader": "^8.2.2",
"babel-minify-webpack-plugin": "^0.3.1",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"svg-inline-loader": "^0.8.2",
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"license": "MIT",
"dependencies": {
"echarts": "^4.9.0",
"lodash": "^4.17.20",
"vue": "^2.6.12"
}
}