This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
74 lines (74 loc) · 2.33 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
{
"name": "gesso-wp",
"version": "5.3.0",
"description": "Gesso starter theme",
"main": "style.css",
"scripts": {
"start": "webpack --config ./webpack.dev.js",
"build": "webpack --config ./webpack.production.js",
"dev": "npm run start && concurrently --raw \"webpack watch --config ./webpack.dev.js\"",
"rename": "node lib/rename.js",
"eslint": "eslint -c .eslintrc.js \"**/*.es6.js\"",
"stylelint": "stylelint \"source/**/*.scss\"",
"watch": "npm run dev"
},
"bugs": "https://github.com/forumone/gesso-wp/issues",
"repository": {
"type": "git",
"url": "https://github.com/forumone/gesso-wp.git"
},
"author": "Forum One",
"license": "ISC",
"homepage": "https://github.com/forumone/gesso-wp#readme",
"browserslist": [
"last 2 versions and not dead",
">= 1%",
">= 1% in US"
],
"devDependencies": {
"@babel/core": "^7.23.7",
"@wordpress/babel-preset-default": "^7.33.0",
"@wordpress/dependency-extraction-webpack-plugin": "^4.31.0",
"@wordpress/eslint-plugin": "^13.10.4",
"@wordpress/prettier-config": "^2.25.13",
"@wordpress/stylelint-config": "^21.32.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^8.3.0",
"classnames": "^2.5.1",
"concurrently": "^7.6.0",
"css-loader": "^6.9.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"inquirer": "^8.2.6",
"nani": "^3.2.3",
"postcss": "^8.4.33",
"postcss-loader": "^7.3.4",
"postcss-selector-parser": "^6.0.15",
"prettier": "^2.8.8",
"sass-loader": "^13.3.3",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@wordpress/base-styles": "^4.40.0",
"@wordpress/blocks": "^11.21.0",
"@wordpress/compose": "^5.20.0",
"@wordpress/dom-ready": "^3.49.0",
"@wordpress/hooks": "^3.49.0",
"@wordpress/i18n": "^4.49.0",
"eslint-webpack-plugin": "^3.2.0",
"glob": "^8.1.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.7",
"remove-files-webpack-plugin": "^1.5.0",
"sass-embedded": "^1.70.0",
"stylelint-webpack-plugin": "^3.3.0",
"terser-webpack-plugin": "^5.3.10",
"webpack-merge": "^5.10.0"
}
}