-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 767 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 767 Bytes
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
{
"name": "easy-edit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"alpaca": "^1.5.23",
"bootstrap": "^4.0.0-alpha.6",
"dragula": "^3.7.2",
"handlebars": "^4.0.11",
"html-webpack-plugin": "^2.30.1",
"slick-carousel": "^1.8.1",
"tether": "^1.4.0",
"tinymce": "^4.7.0",
"tooltipster": "^4.2.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5"
}
}