-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "projectname",
"version": "0.0.1",
"author": "Cuberto",
"contributors": [],
"dependencies": {
"browser-detect": "^0.2.28",
"gsap": "^3.8.0",
"intersection-observer": "^0.12.0",
"smooth-scrollbar": "^8.7.0",
"svg4everybody": "^2.1.9"
},
"browserslist": [
"since 2010",
"last 2 versions"
],
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"core-js": "^3.19.1",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"fast-async": "^6.3.8",
"fs": "^0.0.1-security",
"glslify": "^7.1.1",
"glslify-import": "^3.1.0",
"glslify-loader": "^2.0.0",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-pug": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.2",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp.spritesmith": "^6.12.1",
"sass": "^1.43.4",
"imports-loader": "^0.8.0",
"merge-stream": "^2.0.0",
"raw-loader": "^4.0.2",
"webpack-stream": "^5.2.1"
}
}