-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
40 lines (40 loc) · 983 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "cwp-starter-theme",
"version": "4.0.0",
"private": true,
"engines": {
"node": "^18.x"
},
"scripts": {
"watch": "mix watch",
"dev": "mix",
"build": "mix --production",
"lint": "yarn lint-js; yarn lint-sass",
"lint-js": "node_modules/.bin/eslint src/js",
"lint-sass": "node_modules/.bin/sass-lint -v"
},
"repository": {
"type": "git",
"url": "https://github.com/silverstripe/cwp-starter-theme"
},
"license": "BSD-3-Clause",
"dependencies": {
"ajv": "^6.12.3",
"bootstrap": "^4.3.1",
"core-js": "^3.32.1",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"jquery-highlight": "^3.3.0",
"path": "^0.12.7",
"popper.js": "^1.14.5"
},
"devDependencies": {
"@babel/runtime": "^7.20.0",
"@silverstripe/eslint-config": "^1.1.0",
"laravel-mix": "^6.0.49",
"sass": "^1.17.3",
"sass-lint": "^1.10.2",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.10"
}
}