-
Notifications
You must be signed in to change notification settings - Fork 204
/
package.json
45 lines (45 loc) · 1.78 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "gantry5",
"version": "5.4.0",
"description": "Gantry 5 / JS and CSS bundler",
"main": "gulpfile.js",
"dependencies": {
"npm": "^7.20.5"
},
"devDependencies": {
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-jsonminify": "1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"merge-stream": "^2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"yargs": "^16.2.0"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"list-paths": "echo './' && echo 'assets/common' && echo 'platforms/common' && echo 'engines/common/nucleus'",
"build-assets": "rm -rf node_modules && rm -rf assets/common/node_modules && rm -rf platforms/common/node_modules && rm -rf engines/common/nucleus/node_modules && yarn install && cd assets/common && yarn install && cd ../../ && cd platforms/common && yarn install && cd ../../ && cd engines/common/nucleus && yarn install && cd ../../../",
"ncu": "ncu && cd assets/common && ncu && cd ../../ && cd platforms/common && ncu && cd ../../ && cd engines/common/nucleus && ncu && cd ../../../",
"ncu-update": "ncu -a && yarn upgrade && cd assets/common && ncu -a && yarn upgrade && cd ../../ && cd platforms/common && ncu -a && yarn upgrade && cd ../../ && cd engines/common/nucleus && ncu -a && yarn upgrade && cd ../../../"
},
"repository": {
"type": "git",
"url": "https://github.com/gantry/gantry5.git"
},
"author": "Djamil Legato",
"license": "MIT",
"bugs": {
"url": "https://github.com/gantry/gantry5/issues"
},
"homepage": "https://github.com/gantry/gantry5"
}