-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 3.45 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
81
82
83
84
85
86
87
88
89
{
"name": "your-name-here",
"version": "1.3.2",
"description": "A WPWebpack project A WPWebpack project",
"license": "GPL-3.0",
"scripts": {
"build": "webpack --progress --config assets/build/webpack.config.js",
"build:production": "webpack --env production --progress --config assets/build/webpack.config.js",
"build:release": "./assets/build/release.sh",
"build:pot": "node assets/build/wp-pot.js",
"watch": "webpack --watch --config assets/build/webpack.config.js",
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
"lint:scripts": "eslint assets/scripts",
"lint:styles": "stylelint \"assets/styles/**/*.{css,sass,scss,sss,less}\"",
"semantic-release": "semantic-release"
},
"dependencies": {
"@wptoolset/router": "^1.0.4",
"camelcase": "^6.2.0",
"core-js": "^3.0.0",
"jquery": "3.5.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
"@types/awesome-notifications": "^3.1.0",
"@types/backbone": "^1.4.15",
"@types/jquery": "^3.5.5",
"@types/lodash": "^4.14.178",
"@types/select2": "^4.0.54",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"chokidar": "^3.5.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.1",
"cssnano": "^5.0.5",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-webpack-plugin": "^2.5.4",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.3.11",
"postcss-loader": "^5.3.0",
"postcss-scss": "^4.0.2",
"prettier": "^2.4.1",
"resolve-url-loader": "^4.0.0",
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"semantic-release": "17",
"style-loader": "^2.0.0",
"stylelint": "^14.0.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-config-standard-scss": "^2.0.1",
"stylelint-webpack-plugin": "^2.1.1",
"typescript": "4.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.7.0",
"webpack-dev-middleware": "^4.3.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.7.3",
"wp-pot": "^1.9.8",
"yargs": "^17.0.1"
},
"engines": {
"node": ">=12.0.0"
},
"packageManager": "[email protected]"
}