forked from skaltenegger/customcursor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.62 KB
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
{
"name": "gulp-website",
"version": "1.0.0",
"description": "Gulpish Website",
"main": "index.js",
"author": "Harry Manchanda",
"license": "MIT",
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider gulp",
"dev": "NODE_OPTIONS=--openssl-legacy-provider gulp dev",
"export": "NODE_OPTIONS=--openssl-legacy-provider gulp export"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"autoprefixer": "^10.4.24",
"browser-sync": "^3.0.2",
"del": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.2",
"gulp": "^5.0.1",
"gulp-babel": "^8.0.0",
"gulp-postcss": "^9.1.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-zip": "^4.2.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"pump": "^3.0.0",
"through2": "^2.0.3",
"undefined": "^0.1.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-stream": "^7.0.0",
"sass": "^1.77.0"
},
"dependencies": {
"gsap": "^3.14.2",
"photoswipe": "^4.1.2"
},
"browserslist": [
"last 3 versions",
"ie >= 10",
"edge >= 12",
"firefox >= 28",
"chrome >= 21",
"safari >= 6.1",
"opera >= 12.1",
"ios >= 7",
"android >= 4.4",
"blackberry >= 10",
"operamobile >= 12.1",
"samsung >= 4"
]
}