-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "wordpress-starter",
"version": "2.1.1",
"description": "",
"main": "index.js",
"author": "awea <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"minireset.css": "^0.0.7"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.25.9",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-throw-expressions": "7.25.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.26.0",
"@sindresorhus/slugify": "2.2.1",
"babel-loader": "8.4.1",
"browser-sync": "2.29.3",
"gulp": "4.0.2",
"gulp-cached": "1.1.1",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"is-url": "1.2.4",
"prompts": "2.4.2",
"replace-in-file": "6.3.5",
"sass": "1.83.0",
"webpack": "5.97.1",
"webpack-merge": "5.10.0",
"webpack-stream": "7.0.0"
},
"repository": {
"url": "[email protected]:wearemd/wordpress-starter.git",
"type": "git"
},
"gulp": {
"theme_path": "./app/wp-content/themes/md-starter"
}
}