-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.32 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
{
"name": "baseplatehtml",
"version": "2.0.0",
"author": "Based Online <[email protected]>",
"homepage": "https://basedonline.nl",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/levdbas/baseplate.git"
},
"config": {
"userConfig": "/resources/assets/config.json"
},
"scripts": {
"dev": "npm run development",
"development": "basebuilder-config development",
"watch": "basebuilder-config watch",
"production": "basebuilder-config production",
"lint": "yarn run -s lint:scripts && npm run -s lint:styles",
"lint:styles": "stylelint \"assets/styles/**/*.scss\"",
"lint:scripts": "eslint assets/scripts"
},
"license": "GPL-3.0",
"devDependencies": {
"@afshinhaghighat/prettier-plugin-twig-melody": "^2.0.2",
"@wordpress/browserslist-config": "^5.41",
"@wordpress/scripts": "^27.9",
"babel-loader": "^9.1.3",
"basebuilder-config": "^4.7",
"git-cliff": "^2.2.2",
"prettier": "^3.2",
"stylelint": "^16.6",
"stylelint-basebuilder": "^3.1",
"stylelint-config-prettier": "^9.0.5",
"webpack-bundle-analyzer": "^4.10.2"
},
"dependencies": {
"bootstrap": "^5.3",
"vanilla-lazyload": "18.0"
}
}