-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 917 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 917 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
33
34
{
"name": "scist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pug -O data.json -w index.pug",
"gulp": "gulp",
"build": "pug -O data.json index.pug && gulp",
"deploy": "gulp deploy"
},
"author": "CSY54",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-gh-pages": "^0.6.0-6",
"gulp-htmlmin": "^5.0.1",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "^7.1.0",
"gulp-terser": "^1.3.2",
"gulp-uglify-es": "^2.0.0",
"merge-stream": "^2.0.0",
"pug-cli": "^1.0.0-alpha6",
"webpack-stream": "^5.2.1"
},
"dependencies": {}
}