-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 1.99 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
{
"name": "theme-redone",
"version": "1.0.0",
"description": "A modern WordPress (Gutenberg) starter theme with ES8, Gulp4, ESBuild, SCSS flow and Latte templating engine",
"scripts": {
"start": "gulp server",
"build:dev": "gulp",
"build:prod": "gulp --production=production"
},
"engines": {
"node": "14.19.1"
},
"author": "WebRedone",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-react-jsx": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/plugin-transform-spread": "7.16.7",
"@babel/preset-env": "7.16.8",
"@babel/preset-react": "7.16.7",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.3",
"babel-plugin-transform-react-jsx": "6.24.1",
"browser-sync": "^2.27.10",
"esbuild-plugin-vue-iii": "^0.5.0",
"esbuild-svelte": "^0.7.1",
"eslint": "^6.7.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-esbuild": "^0.10.4",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-if": "^3.0.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglifycss": "^1.1.0",
"hash-sum": "^2.0.0",
"prettier": "^1.19.1",
"regenerator-runtime": "^0.13.7",
"sass": "^1.53.0",
"source-map-loader": "3.0.1",
"terser-webpack-plugin": "5.3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "5.66.0",
"webpack-cli": "4.9.1",
"yargs": "^15.0.2"
},
"dependencies": {
"axios": "0.24.0",
"embla-carousel": "6.0.2",
"petite-vue": "^0.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"seamless-scroll-polyfill": "^2.2.0",
"svelte": "^3.49.0",
"toastify-js": "1.11.2",
"uuid": "^8.3.2",
"vue": "^3.2.37"
}
}