-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.94 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
{
"name": "tutor-mate",
"version": "1.0.0",
"description": "Companion plugin for tutor Starter Theme",
"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",
"makepot": "wp i18n make-pot --exclude='react,dist,node_modules,vendor' . languages/tutormate.pot",
"bundle": "dir-archiver --src . --dest ../tutormate.zip --exclude .DS_Store .ds_store .keep .eslintrc.json .eslintignore .git .gitattributes .github .gitignore phpcs.xml README.md composer.lock node_modules package-lock.json package.json webpack.mix.js sass react",
"build": "npm run prod && npm run makepot && npm run bundle",
"lint": "eslint \"./**/*.js\""
},
"devDependencies": {
"@babel/preset-react": "^7.12.10",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^7.0.3",
"dir-archiver": "^1.1.2",
"eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"jquery": "^3.5.1",
"laravel-mix": "^5.0.9",
"resolve-url-loader": "^3.1.2",
"sass": "^1.30.0",
"sass-loader": "10.1.0",
"vue-template-compiler": "^2.6.12"
},
"keywords": [
"wordpress",
"plugin",
"tutorstarter"
],
"author": "Themeum <hello@themeum.com> (https://themeum.com)",
"license": "GPL-3.0",
"dependencies": {
"eslint-config-wordpress": "^2.0.0",
"normalize-scss": "^7.0.1"
}
}