-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.45 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
{
"name": "nyph-app",
"version": "0.1.2",
"author": {
"name": "Tom Humphrey",
"email": "[email protected]"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"npm-run-all": "^4.1.5",
"rollup": "^4.19.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-string": "^3.0.0",
"@rollup/plugin-terser": "^0.4.4",
"sass": "^1.77.8",
"@types/bootstrap" : "^5.2.10"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@mapbox/mapbox-gl-supported": "^3.0.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"british-isles-gridrefs": "file:C:\\GitHub\\js-british-isles-gridrefs",
"bsbi-app-framework": "file:C:\\GitHub\\bsbi-app-framework",
"bsbi-app-framework-view": "file:C:\\GitHub\\bsbi-app-framework-view",
"dialog-polyfill": "^0.5.6",
"mapbox-gl": "^3.5.2",
"navigo": "^7.1.2"
},
"scripts": {
"build": "rollup -c --strictDeprecations",
"watch": "rollup -c -w --strictDeprecations",
"dev": "npm-run-all --parallel start watch"
},
"repository": {
"type": "git",
"url": "git://github.com/japonicus/nyph-app.git"
},
"license": "SEE LICENSE IN readme"
}