-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·25 lines (25 loc) · 984 Bytes
/
package.json
File metadata and controls
executable file
·25 lines (25 loc) · 984 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
{
"name": "startertheme",
"version": "3.0.4",
"description": "Wordpress workflow",
"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",
"watch-poll": "npm run watch -- --watch-poll",
"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"},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^5.1",
"laravel-mix": "^4.0.14",
"resolve-url-loader": "^3.1.0",
"sass": "^1.22.7",
"sass-loader": "^7.1.0",
"vue": "^2.6.6",
"vue-template-compiler": "^2.6.6"
}
}