-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1023 Bytes
/
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
{
"name": "momentum-project",
"version": "1.0.0",
"description": "practice for gulp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp dev",
"build": "gulp build",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newddobi/momentum.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/newddobi/momentum/issues"
},
"homepage": "https://github.com/newddobi/momentum#readme",
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/register": "^7.17.7",
"del": "^6.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-bro": "^2.0.0",
"gulp-csso": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-sass": "^5.1.0",
"gulp-webserver": "^0.9.1",
"node-sass": "^7.0.1"
},
"dependencies": {
"babelify": "^10.0.0",
"tippy.js": "^6.3.7",
"uglifyify": "^5.0.2"
}
}