-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
206 lines (206 loc) · 7.79 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
{
"name": "neve",
"nicename": "Neve",
"version": "3.8.13",
"description": "Neve theme by ThemeIsle",
"category": "themes",
"author": "ThemeIsle <[email protected]>",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress-theme"
],
"homepage": "https://github.com/Codeinwp/neve",
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/neve.git"
},
"theme": {
"textdomain": "neve"
},
"bugs": {
"url": "https://github.com/Codeinwp/neve/issues"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/neve/issues",
"languageteam": "Themeisle Translate <[email protected]>",
"lasttranslator": "Themeisle Translate Team <[email protected]>"
},
"size-limit": [
{
"gzip": false,
"running": false,
"limit": "7 KB",
"path": "assets/js/build/modern/frontend.js"
},
{
"gzip": false,
"running": false,
"limit": "33 KB",
"path": "assets/js/build/modern/shop.js"
},
{
"gzip": false,
"running": false,
"webpack": false,
"limit": "38.1 KB",
"path": "style-main-new.min.css"
}
],
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"dependencies": {
"@neve-wp/components": "file:./assets/apps/components",
"array-move": "^3.0.1",
"classnames": "^2.2.6",
"eslint-plugin-prettier": "^3.3.1",
"fuse.js": "^6.4.1",
"prop-types": "^15.7.2",
"react-sortablejs": "^6.0.0",
"react-visibility-sensor": "^5.1.1",
"sortablejs": "^1.13.0",
"tiny-slider": "^2.9.2"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/helper-builder-react-jsx": "^7.19.0",
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
"@babel/preset-env": "^7.11.0",
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.3.0",
"@icon/dashicons": "^0.9.0-alpha.3",
"@playwright/test": "^1.32.3",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@size-limit/preset-app": "4.6.0",
"@size-limit/webpack": "4.6.0",
"@storybook/addon-a11y": "^6.1.15",
"@storybook/addon-actions": "^6.1.14",
"@storybook/addon-essentials": "^6.1.14",
"@storybook/addon-links": "^6.1.14",
"@storybook/addons": "^6.1.14",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.1.14",
"@storybook/theming": "^6.1.14",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/sortablejs": "^1.10.6",
"@types/wordpress__components": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@wordpress/api-fetch": "^5.2.3",
"@wordpress/components": "^18.0.0",
"@wordpress/compose": "^5.0.3",
"@wordpress/data": "^6.1.1",
"@wordpress/dependency-extraction-webpack-plugin": "^3.2.1",
"@wordpress/dom-ready": "^3.2.2",
"@wordpress/edit-post": "^5.0.3",
"@wordpress/element": "^4.0.2",
"@wordpress/eslint-plugin": "^8.0.2",
"@wordpress/i18n": "^4.2.3",
"@wordpress/icons": "^6.0.0",
"@wordpress/keyboard-shortcuts": "^3.0.3",
"@wordpress/media-utils": "^3.0.2",
"@wordpress/plugins": "^4.0.3",
"@wordpress/scripts": "^18.1.0",
"@wordpress/stylelint-config": "^19.1.0",
"@wordpress/url": "^3.23.0",
"babel-loader": "^8.1.0",
"babel-plugin-react-require": "^3.1.3",
"compare-versions": "^3.6.0",
"conventional-changelog-simple-preset": "^1.0.15",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"eslint": "^7.20.0",
"eslint-import-resolver-typescript": "^2.4.0",
"git-commit-msg-linter": "^3.1.0",
"grunt": "^1.2.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.3.0",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.1.0",
"grunt-version": "^2.0.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"lint-staged": "^10.5.4",
"load-project-config": "~0.2.1",
"lodash": "^4.17.21",
"node-sass": "8.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"replace-in-file": "^6.1.0",
"rollup": "^1.32.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-uglify": "^6.0.4",
"sass-loader": "^10.1.1",
"semantic-release": "^17.1.1",
"semantic-release-slack-bot": "^3.5.3",
"simple-git-hooks": "^2.2.0",
"size-limit": "4.6.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"typescript": "^4.1.5",
"url-slug": "^2.3.2",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0"
},
"scripts": {
"build": "npm-run-all build:*",
"build:ui-components": "wp-scripts build assets/apps/components/src/components.js --output-path=assets/apps/components/build --env=nevePackage",
"build:customizer": "wp-scripts build assets/apps/customizer-controls/src/controls.js --output-path=assets/apps/customizer-controls/build",
"build:ss-notice": "wp-scripts build assets/apps/starter-sites/src/notice.js --output-path=assets/apps/starter-sites/build",
"build:dash": "wp-scripts build assets/apps/dashboard/src/dashboard.js --output-path=assets/apps/dashboard/build",
"build:metabox": "wp-scripts build assets/apps/metabox/src/index.js --output-path=assets/apps/metabox/build",
"build:rollup": "rollup -c ./rollup.config.js",
"build:grunt": "grunt build",
"build:makepot": "bash ./bin/makepot.sh",
"test:playwright": "playwright test $1 --config e2e-tests/playwright.config.ts --reporter=list",
"phpcbf": "composer run-script format || true ",
"phpcs": "composer run-script phpcs",
"git:add": "git add *.css assets/**/*.css assets/**/*.js",
"bump-vendor": "grunt version:packageVersion",
"lint": "npm-run-all lint:*",
"format": "npm-run-all format:*",
"lint:global": "wp-scripts lint-js ./assets/js/src/",
"format:global": "wp-scripts format ./assets/js/src/",
"watch:dash": "wp-scripts start assets/apps/dashboard/src/dashboard.js --output-path=assets/apps/dashboard/build",
"lint:dash": "wp-scripts lint-js assets/apps/dashboard/src",
"lint:metabox": "wp-scripts lint-js assets/apps/metabox/src/",
"format:metabox": "wp-scripts format assets/apps/metabox/src/",
"format:dash": "wp-scripts format assets/apps/dashboard/src",
"lint:customizer": "wp-scripts lint-js assets/apps/customizer-controls/src/",
"format:customizer": "wp-scripts format assets/apps/customizer-controls/src/",
"lint:ss-notice": "wp-scripts lint-js assets/apps/starter-sites/src/",
"format:ss-notice": "wp-scripts format assets/apps/starter-sites/src/",
"lint:ui-components": "wp-scripts lint-js assets/apps/components/src/",
"format:ui-components": "wp-scripts format assets/apps/components/src/",
"watch:ui-components": "wp-scripts start assets/apps/components/src/components.js --output-path=assets/apps/components/build --env=nevePackage",
"watch:customizer": "wp-scripts start assets/apps/customizer-controls/src/controls.js --output-path=assets/apps/customizer-controls/build",
"watch:ss-notice": "wp-scripts start assets/apps/starter-sites/src/notice.js --output-path=assets/apps/starter-sites/build",
"watch:metabox": "wp-scripts start assets/apps/metabox/src/index.js --output-path=assets/apps/metabox/build",
"watch:rollup": "./node_modules/.bin/rollup -c --watch",
"watch:grunt": "grunt watch",
"lint:scss": "wp-scripts lint-style './assets/scss/components/**/*.scss'",
"format:scss": "wp-scripts lint-style './assets/scss/components/**/*.scss' --fix",
"dev": "npm-run-all --parallel watch:*",
"size": "size-limit",
"lint:package-json": "wp-scripts lint-pkg-json ./",
"pre-commit": "npm-run-all phpcs build size",
"release": "npx semantic-release",
"dist": "bash ./bin/dist.sh",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"composer:install": "COMPOSER=composer-dev.json composer install"
}
}