forked from BracketSpace/Notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.36 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
{
"name": "notification",
"version": "6.1.6",
"description": "",
"main": "webpack.mix.js",
"scripts": {
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"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",
"dev": "npm run development",
"watch": "npm run development -- --watch",
"prod": "npm run production",
"phpcs": "composer phpcs",
"lint:css": "wp-scripts lint-style ./assets/src/sass",
"lint:css:fix": "wp-scripts lint-style ./assets/src/sass --fix",
"lint:js": "wp-scripts lint-js ./assets/src/js",
"lint:js:fix": "wp-scripts lint-js ./assets/src/js --fix"
},
"author": "BracketSpace",
"license": "ISC",
"browserslist": [
"chrome 60",
"firefox 55",
"safari 10",
"edge 15",
"ie 11"
],
"devDependencies": {
"@wordpress/scripts": "^3.4.0",
"browser-sync": "^2.26.7",
"cross-env": "^5.2.0",
"mati-mix": "^2.0.1"
},
"dependencies": {
"clipboard": "^1.5.12",
"jquery-collapse": "^1.1.2",
"microplugin": "0.0.3",
"selectize": "^0.12.4",
"sifter": "^0.5.3"
},
"stylelint": {
"extends": "stylelint-config-wordpress/scss"
}
}