-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
80 lines (80 loc) · 2.16 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
76
77
78
79
80
{
"name": "bymattlee-wp-starter-theme",
"version": "1.0.0",
"description": "ByMattLee WP Starter Theme",
"homepage": "http://bymattlee.com",
"author": "Matt Lee <[email protected]>",
"engines": {
"node": "16.17.1"
},
"scripts": {
"start": "yarn dev",
"dev": "NODE_ENV=development gulp",
"stage": "NODE_ENV=staging gulp build",
"prod": "NODE_ENV=production gulp build"
},
"keywords": [
"ByMattLee",
"WP",
"Starter",
"Theme"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bymattlee/bymattlee-wp-starter-theme.git"
},
"bugs": {
"url": "https://github.com/bymattlee/bymattlee-wp-starter-theme/issues"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/register": "^7.22.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"acorn": "^8.9.0",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.29.3",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-better-rollup": "^4.0.1",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-terser": "^2.1.0",
"imagemin-jpeg-recompress": "^7.1.0",
"postcss-reporter": "^7.0.5",
"postcss-scss": "^4.0.6",
"rollup": "^3.25.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sass": "^1.63.6",
"stylelint": "^15.8.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@unseenco/taxi": "^1.3.0",
"alpinejs": "^3.12.2",
"gsap": "^3.12.1",
"lazysizes": "^5.3.2",
"throttle-debounce": "^5.0.0"
}
}