-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.25 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
{
"name": "wagtail-360",
"version": "1.0.0",
"description": "This app provides an admin interface to choose google street view imagery and display an embedded virtual tour.",
"main": "",
"scripts": {
"//[ SASS ***** ]//": "",
"sass:testapp": "sass --style=compressed --no-source-map client/testapp/sass/*.scss test/testapp/static/testapp/css/testapp.css",
"sass:admin": "sass --style=compressed --no-source-map client/wagtail/sass/*.scss wagtail_360/static/wagtail_360/admin/css/panorama_panel.css",
"sass": "npm run sass:testapp && npm run sass:admin",
"//[ BUILD ***** ]//": "",
"bundle": "rollup -c client/scripts/rollup.config.mjs --watch",
"build": "npm-run-all --parallel sass bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickmoreton/wagtail-360.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nickmoreton/wagtail-360/issues"
},
"homepage": "https://github.com/nickmoreton/wagtail-360#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"browser-sync": "^2.27.5",
"npm-run-all": "^4.1.5",
"rollup": "^3.16.0",
"rollup-terser": "^1.0.3",
"sass": "^1.55.0"
}
}