-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.82 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.82 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
{
"name": "gulp_smpl_layout_builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "gulp serve",
"build": "gulp",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(pug|js|ts|json)\""
},
"author": "charlot tababde",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@prettier/plugin-pug": "^3.0.0",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-beautify": "^3.0.0",
"gulp-changed": "^5.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^9.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^9.0.2",
"mocha": "^10.3.0",
"node-sass-package-importer": "^5.3.3",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"sass": "^1.72.0",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.4.2",
"webpack-cli": "^5.1.4",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"gsap": "^3.12.5",
"locomotive-scroll": "^5.0.0-beta.11",
"tailwindcss": "^3.4.1"
}
}