-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.82 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
{
"name": "qubelystarters",
"version": "1.0.0",
"description": "Modern WordPress Theme for Qubely and Gutenberg block editor.",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"bundle": "dir-archiver --src . --dest ../qubelystarters.zip --exclude .DS_Store .ds_store .keep .eslintrc.json .eslintignore .git .gitattributes .github .gitignore phpcs.xml README.md composer.json composer.lock node_modules package-lock.json package.json webpack.mix.js sass reactjs src",
"lint": "eslint \"./**/*.js\""
},
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.26.12",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^7.0.2",
"dir-archiver": "^1.1.2",
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jquery": "^3.5.1",
"laravel-mix": "^5.0.5",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.10",
"sass-loader": "10.0.2",
"vue-template-compiler": "^2.6.12"
},
"keywords": [
"wordpress",
"theme",
"qubelystarters"
],
"author": "Themeum <[email protected]> (https://themeum.com)",
"license": "GPL-3.0",
"dependencies": {
"eslint-config-wordpress": "^2.0.0",
"normalize-scss": "^7.0.1"
}
}