-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 891 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
{
"name": "charts-tinymce-plugin",
"version": "0.1.1",
"description": "chartsTinymcePlugin TinyMCE plugin repo",
"scripts": {
"start": "webpack-dev-server --config config/webpack.config.dev.js --progress --open --inline",
"lint": "eslint 'src/**/*.js'",
"build": "webpack --config config/webpack.config.prod.js --progress"
},
"author": "",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"copy-webpack-plugin": "^4.0.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"html-webpack-plugin": "^2.26.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"chartist": "^0.11.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4"
},
"license": "MIT"
}