-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.74 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
44
45
46
47
{
"name": "baseplate",
"version": "2.0.0",
"author": "Based Online <erik@basedonline.nl>",
"homepage": "https://basedonline.nl",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/levdbas/baseplate.git"
},
"config": {
"userConfig": "/resources/assets/config.json"
},
"scripts": {
"bootstrap-project": "composer update --working-dir=../../../../ && yarn install",
"update-parent": "composer update --no-dev --optimize-autoloader --working-dir=../../../../ && yarn install",
"dev": "basebuilder-config development",
"development": "basebuilder-config development",
"watch": "basebuilder-config watch",
"production": "basebuilder-config production",
"translate:pot": "wp i18n make-pot . resources/languages/wp-lemon-child.pot --slug=wp-lemon-child --exclude=node_modules,vendor",
"lint": "yarn run -s lint:scripts && npm run -s lint:styles",
"lint:styles": "stylelint \"resources/assets/styles/**/*.scss\"",
"lint:scripts": "eslint resources/assets/scripts",
"lint:twig": "yarn run prettier --write \"resources/views/**/*.twig\""
},
"engines": {
"node": ">= 8.5.0"
},
"license": "GPL-3.0",
"devDependencies": {
"@wordpress/browserslist-config": "^6.13",
"@zackad/prettier-plugin-twig": "^0.13.0",
"basebuilder-config": "^5.0",
"prettier": "^3.4.2",
"stylelint": "^16.11",
"stylelint-basebuilder": "^3.2"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"aos": "^3.0.0-beta.6",
"bootstrap": "^5.3",
"lodash.throttle": "^4.1.1",
"swiper": "^11.1",
"vanilla-lazyload": "18.0"
}
}