-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
28 lines (28 loc) · 1.06 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
{
"name": "customize-section-button",
"version": "1.0.0",
"author": "WPTRT",
"license": "GPL-2.0+",
"homepage": "https://github.com/WPTRT/customize-section-button",
"main": "",
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WPTRT/customize-section-button.git"
},
"bugs": {
"url": "https://github.com/WPTRT/customize-section-button/issues"
},
"devDependencies": {
"cross-env": "^5.2.0",
"laravel-mix": "^4.0.16",
"postcss-preset-env": "^6.6.0",
"sass": "^1.22.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
}
}