-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "public-campaign-site",
"version": "1.0.0",
"description": "Public Campaign Website",
"type": "module",
"scripts": {
"start": "gulp dev",
"build": "gulp build",
"build:icons": "svg-sprite --shape-id-generator=\"icon-%s\" --symbol --svg-xmldecl=false --symbol-dest='' --symbol-sprite=icons.twig --dest=src/twig/partials src/icons/*.svg",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"devDependencies": {
"@types/animejs": "^3.1.12",
"@types/chart.js": "^2.9.38",
"@types/lozad": "^1.16.4",
"@types/micromodal": "^0.3.5",
"gulp": "^5.0.0",
"gulp-replace": "^1.1.4",
"svg-sprite": "^2.0.4",
"yargs": "^17.7.2"
},
"dependencies": {
"@middlebury/gulp-config": "^2.1.0",
"animejs": "^3.2.2",
"chart.js": "^2.9.4",
"intersection-observer": "^0.12.2",
"lozad": "^1.16.0",
"micromodal": "^0.4.10",
"normalize.css": "^8.0.1",
"preact": "^10.24.3",
"tslib": "^2.8.0"
}
}