-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 2.29 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"copy": "npm run copy-uv-html && npm run copy-uv-css && npm run copy-icons && npm run copy-cookie-css && npm run copy-cookie-js",
"copy-uv-html": "cp -R node_modules/universalviewer/dist/uv.html ./public",
"copy-uv-css": "cp -R node_modules/universalviewer/dist/uv.css ./public/",
"copy-uv-assets": "cp -R node_modules/universalviewer/dist/umd/ ./public/umd/",
"copy-icons": "cp -R node_modules/super-tiny-icons/images/svg/ ./public/images/svg/",
"copy-cookie-css": "cp -R node_modules/vanilla-cookieconsent/dist/*.css ./resources/css/",
"copy-cookie-js": "cp -R node_modules/vanilla-cookieconsent/dist/*.js ./resources/js/",
"copy-pannellum-css": "cp -R node_modules/pannellum/build/*.css ./public/css/",
"copy-pannellum-js": "cp -R node_modules/pannellum/build/*.js ./public/js/",
"postinstall": "npm run copy"
},
"devDependencies": {
"ansi-regex": "^6.0.1",
"async": "^3.2.4",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"cross-env": "^7.0.3",
"glob-parent": "^6.0.2",
"is-svg": "^4.3.2",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.49",
"laravel-mix-purgecss": "^6.0.0",
"lodash": "^4.17.21",
"node-forge": "^1.3.1",
"nth-check": "^2.1.1",
"object-path": ">=0.11.8",
"postcss": "^8.4.16",
"resolve-url-loader": "^5.0.0",
"sass": "^1.54.5",
"sass-loader": "^13.0.2",
"serialize-javascript": "^6.0.0",
"ssri": "^9.0.1",
"url-parse": "^1.5.10",
"vue-template-compiler": "^2.7.9",
"websocket-extensions": ">=0.1.4"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@xmldom/xmldom": "^0.8.2",
"autoprefixer": "^10.4.8",
"clean-css": "^5.3.1",
"leaflet-iiif": "^3.0.0",
"minimist": ">=1.2.6",
"pannellum": "^2.5.6",
"popper.js": "^1.16.1",
"super-tiny-icons": "^0.4.0",
"universalviewer": "^4.0.8",
"vanilla-cookieconsent": "^2.8.5"
}
}