-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 KB
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
{
"name": "Galette telemetry",
"version": "1.0.0",
"scripts": {
"clean": "rm -rf node_modules && rm -rf semantic && rm -rf vendor && rm -rf public/assets && rm -rf public/ui",
"fomantic-install": "cd node_modules/fomantic-ui && npx gulp install",
"install-deps": "npm run clean && composer install -o --ignore-platform-reqs && npm install && npm run fomantic-install",
"first-build": "npm run fomantic-install && gulp",
"build": "gulp",
"rebuild": "npm run install-deps && gulp"
},
"repository": {
"type": "git",
"url": "git@github.com:galette/telemetry.git"
},
"author": "Johan Cwiklinski <johan AT x-tnd DOT be>",
"license": "MIT",
"dependencies": {
"bootstrap": "^5.3.2",
"darkreader": "^4.9.67",
"fomantic-ui": "^2.9.3",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"leaflet-gesture-handling": "^1.2.2",
"leaflet-providers": "^2.0.0",
"leaflet-spin": "^1.1.2",
"leaflet.fullscreen": "^3.0.0",
"masonry-layout": "^4.2.2",
"merge-stream": "^2.0.0",
"plotly.js-dist": "^2.27.0",
"twemoji-emojis": "^14.1.0"
},
"devDependencies": {
"browser-sync": "^2.29.3",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.1.4",
"gulp-uglify": "^3.0.2"
}
}