forked from openeuropa/oe_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.07 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
{
"name": "oe_theme",
"license": "EUPL-1.1",
"version": "0.0.1",
"description": "OpenEuropa base theme.",
"private": true,
"scripts": {
"build:copy": "ecl-builder copy",
"build:scripts": "ecl-builder scripts",
"build:styles": "ecl-builder styles",
"build": "npm-run-all --parallel build:* -ln",
"watch:scripts": "chokidar \"./sass/**/*.js\" -i \"/node_modules/\" -c \"eslint {path} & npm run build:scripts\"",
"watch:styles": "chokidar \"./sass/**/*.scss\" -i \"/node_modules/\" -c \"stylelint {path} & npm run build:styles\"",
"watch": "npm-run-all --parallel watch:* -ln"
},
"dependencies": {
"@ec-europa/ecl-builder": "0.14.0",
"@ec-europa/ecl-preset-full": "0.6.1",
"@ec-europa/stylelint-config-ecl": "0.8.0",
"chokidar-cli": "1.2.0",
"npm-run-all": "4.0.2",
"stylelint": "9.1.1",
"stylelint-config-prettier": "2.1.0",
"stylelint-no-browser-hacks": "^1.1.0"
},
"engines": {
"node": ">=8",
"yarn": ">=0.27.5"
}
}