forked from ICCM-EU/BOF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 777 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 777 Bytes
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
{
"name": "birds-of-a-feather",
"private": true,
"dependencies": {
"gulp-postcss": "^10.0.0",
"gulp-svg-symbols": "^3.2.3",
"gulp-svgmin": "^4.1.0",
"typescript": "^4.9.3"
},
"version": "0.0.0",
"description": "Birds of a Feather Submission",
"author": "ICCM",
"scripts": {
"dev": "node_modules/.bin/gulp dev"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"cypress": "^13.12.0",
"dayjs": "^1.11.11",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3.0.8",
"sass": "^1.56.1",
"vinyl-source-stream": "^2.0.0"
}
}