-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 968 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 968 Bytes
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
{
"devDependencies": {
"@types/node": "^14.14.25",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.1",
"@wordpress/eslint-plugin": "^8.0.2",
"@wordpress/scripts": "^13.0.3",
"autoprefixer": "^10.2.4",
"cross-env": "^7.0.3",
"crossenv": "^0.0.2-security",
"css-loader": "^5.0.1",
"eslint": "^7.20.0",
"postcss-loader": "^5.0.0",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"prettier-stylelint": "^0.4.2",
"sass": "^1.32.6",
"sass-loader": "^10.1.1",
"standard": "^16.0.3",
"style-loader": "^2.0.0",
"stylelint": "^13.10.0",
"stylelint-config-wordpress": "^17.0.0",
"stylelint-order": "^4.1.0",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0"
},
"scripts": {
"build": "cross-env webpack --mode production",
"watch": "cross-env webpack --watch --mode production"
},
"dependencies": {}
}