-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 783 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
35
{
"name": "shading-reference",
"version": "1.0.0",
"description": "",
"main": "build.js",
"scripts": {
"dev": "concurrently \"npm run serve\" \"npm run watch\"",
"serve": "http-server ./build",
"build": "gulp",
"watch": "gulp watch"
},
"author": "skeddles",
"license": "UNLICENCED",
"dependencies": {
"async": "^3.2.0",
"file-url": "^3.0.0",
"gulp": "^4.0.2",
"gulp-environments": "^1.0.1",
"gulp-hb": "^8.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-include": "^2.4.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^6.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"puppeteer": "^9.1.1",
"sass": "^1.83.1",
"through2": "^4.0.2",
"uglify-es": "^3.3.9"
},
"devDependencies": {
"concurrently": "^9.1.2"
}
}