-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 804 Bytes
/
package.json
File metadata and controls
executable file
·29 lines (29 loc) · 804 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
{
"name": "threepm-block-controller",
"version": "1.2.0",
"description": "Block Controller build scripts",
"main": "gulpfile.js",
"repository": "github:thatdevgirl/block-controller.git",
"author": "Joni Halabi",
"devDependencies": {
"@babel/core": "7.25.*",
"@babel/preset-env": "7.25.*",
"@babel/preset-react": "7.24.*",
"babel-preset-minify": "0.5.*",
"babelify": "10.0.*",
"browserify": "17.0.*",
"gulp": "5.0.*",
"gulp-babel": "8.0.*",
"gulp-clean-css": "4.3.*",
"gulp-concat": "2.6.*",
"gulp-dart-sass": "1.1.*",
"gulp-rename": "2.0.*",
"gulp-uglify": "3.0.*",
"lodash": "4.17.*",
"vinyl-buffer": "1.0.*",
"vinyl-source-stream": "2.0.*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}