forked from openeuropa/oe_bootstrap_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 957 Bytes
/
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": "oe_bootstrap_theme",
"version": "1.0.0",
"description": "OpenEuropa Bootstrap base theme for Drupal.",
"private": true,
"scripts": {
"build": "npm-run-all build:*",
"build:styles": "cross-env bcl-builder styles",
"build:copy": "cross-env bcl-builder copy",
"build:rename": "cross-env bcl-builder rename",
"watch:styles": "chokidar \"./resources/sass/**/*.scss\" -i \"/node_modules/\" -c \"npm run build:styles\"",
"watch": "npm-run-all --parallel watch:* -ln",
"postinstall": "patch-package --patch-dir=patches/npm",
"prepare": "npm-run-all build:*",
"production": "npm-run-all build:*"
},
"devDependencies": {
"@openeuropa/bcl-builder": "1.7.0",
"@openeuropa/bcl-theme-default": "1.7.0",
"bootstrap-ie11": "5.0.2",
"chokidar-cli": "^3.0.0",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"glob": "10.0.0",
"npm-run-all": "4.1.5",
"patch-package": "^6.4.7"
}
}