-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 912 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
31
32
33
34
{
"name": "library-contextmenu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" &&exit 1",
"dev": "rm -rf build && gulp dev",
"server": "ss-server run"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer-stylus": "^0.14.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.4.1",
"gulp-concat": "^2.6.1",
"gulp-rollup": "^2.11.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^3.0.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"ss-server": "^0.0.28",
"wind-dom": "^0.0.3"
},
"dependencies": {
"gulp-ss-server": "^0.0.6"
}
}