-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.42 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
{
"name": "bm-page-specific-css",
"version": "1.1.1",
"description": "Allows editors to add styles specific for pages and post.",
"main": "assets/scripts/src/index.js",
"scripts": {
"release": "npm install && composer install --no-dev -o && npm run build",
"setup": "composer install && npm install && npm run build",
"build": "npm run prod && npm run i18n",
"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": "npm run dev -- --watch",
"prod": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"i18n": "npm run i18n:textdomain && npm run i18n:pot",
"i18n:textdomain": "npx wpi18n addtextdomain --exclude=vendor,node_modules --type theme",
"i18n:pot": "npx wpi18n makepot --domain-path ./languages/"
},
"author": {
"name": "Bernskiold Media",
"email": "[email protected]",
"url": "https://bernskioldmedia.com",
"role": "developer"
},
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"babel-preset-react": "^6.24",
"cross-env": "^6.0",
"laravel-mix": "^5.0",
"node-wp-i18n": "^1.2",
"prettier": "^2.0",
"vue-template-compiler": "^2.6"
},
"dependencies": {
"ace-builds": "^1.4.11",
"react-ace": "^9.1.1"
}
}