1
0
mirror of https://github.com/taigrr/skyline synced 2025-01-18 04:33:13 -08:00
skyline/package.json
2020-12-16 09:59:53 +00:00

21 lines
447 B
JSON

{
"name": "3d-contributions",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npx npm-force-resolutions",
"start": "node node_modules/gulp/bin/gulp.js auto",
"build": "exit 0"
},
"devDependencies": {
"browser-sync": "^2.18.2",
"gulp": "^3.9.1",
"gulp-watch": "^4.3.11"
},
"dependencies": {
"three": "^0.118.1"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}