-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup_package-json-dec-2023.json
75 lines (75 loc) · 2.49 KB
/
backup_package-json-dec-2023.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": "trbs-framework",
"version": "1.0.0",
"description": "A modern WordPress (Gutenberg) starter plugin with ES8, Gulp4, ESBuild, SCSS flow and Latte templating engine",
"homepage": "todo: either to the github repo, or to the docs",
"url": "TODO: https://github.com/owner/project/issues",
"email": "themeredone@webredone.com",
"author": "WebRedone",
"license": "MIT",
"engines": {
"node": "20.10.0"
},
"browserslist": ["last 2 versions", "> 1%"],
"scripts": {
"dev": "gulp",
"build:dev": "gulp build",
"build:prod": "gulp build --production=production",
"postinstall": "echo '_________________________________________________________________________' && echo 'IMPORTANT: Do not run npm audit fix or npm audit fix --force for now !' && echo '_________________________________________________________________________'"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/plugin-transform-runtime": "7.23.6",
"@babel/plugin-transform-spread": "7.23.3",
"@babel/preset-env": "7.23.6",
"@babel/preset-react": "7.23.3",
"babel-loader": "9.1.3",
"babel-plugin-transform-react-jsx": "6.24.1",
"browser-sync": "2.23.7",
"dotenv": "16.3.1",
"esbuild": "0.19.9",
"esbuild-node-externals": "1.11.0",
"esbuild-plugin-vue-iii": "0.5.0",
"esbuild-svelte": "0.8.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "9.0.0",
"gulp-esbuild": "0.12.0",
"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": "5.1.0",
"gulp-size": "5.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-uglifycss": "1.1.0",
"hash-sum": "2.0.0",
"prettier": "3.1.1",
"regenerator-runtime": "0.14.0",
"sass": "1.69.5",
"terser-webpack-plugin": "5.3.9",
"through2": "4.0.2",
"vinyl": "3.0.0",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"yargs": "17.7.2"
},
"dependencies": {
"axios": "^1.6.2",
"import-assertions": "0.0.4",
"petite-vue": "0.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"svelte": "4.2.8",
"toastify-js": "1.12.0",
"uuid": "9.0.1",
"vue": "3.3.11"
}
}