-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "etheric-boilerplate",
"version": "1.0.0",
"author": "Etheric",
"contributors": [],
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"build:production": "gulp build:production",
"lint": "npx eslint src",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier src --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"baffle": "^0.3.6",
"browser-detect": "^0.2.28",
"domready": "^1.0.8",
"gsap": "npm:@gsap/business@^3.11.1",
"imagesloaded": "^5.0.0",
"lil-gui": "^0.17.0",
"lodash": "^4.17.21",
"sass-mq": "^6.0.0",
"shuffle-letters": "^1.0.2",
"smooth-scrollbar": "^8.7.4",
"svg4everybody": "^2.1.9",
"three": "^0.144.0"
},
"browserslist": [
"since 2010",
"last 2 versions"
],
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/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",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"fast-async": "^6.3.8",
"fs": "^0.0.1-security",
"glob": "^7.2.0",
"glslify": "^7.1.1",
"glslify-import": "^3.1.0",
"glslify-loader": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^5.0.0",
"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",
"imports-loader": "^0.8.0",
"merge-stream": "^2.0.0",
"path": "^0.12.7",
"prettier": "2.6.2",
"raw-loader": "^4.0.2",
"sass": "^1.43.4",
"webpack": "^4.46.0",
"webpack-merge": "^5.8.0",
"webpack-stream": "^5.2.1"
}
}