-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.41 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ucd-theme-tasks",
"version": "5.1.3",
"description": "Base automation for compiling a UCD frontend.",
"main": "vite.config.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ucdavis/ucd-theme-tasks"
},
"license": "MIT",
"author": {
"name": "Regents of the University of California",
"email": "[email protected]",
"url": "https://www.ucdavis.edu"
},
"contributors": [
{
"name": "Mark Miller",
"email": "[email protected]"
},
{
"name": "Anthony Horn",
"email": "[email protected]"
}
],
"keywords": [
"vite",
"build tool",
"sass",
"esm",
"frontend"
],
"bin": {
"ucd-theme-tasks": "bin/index.js"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.9",
"autoprefixer": "^10.4.14",
"breakpoint-sass": "^3.0.0",
"commander": "^7.1.0",
"del": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-drupal": "^5.0.2",
"lodash": "^4.17.21",
"normalize-scss": "^8.0.0",
"postcss": "^8.4.26",
"postcss-cli": "^10.1.0",
"recursive-copy": "^2.0.14",
"sass": "^1.79.4",
"sass-burger": "^1.3.1",
"stylelint": "^15.10.1",
"stylelint-config-sass-guidelines": "^12.1.0",
"stylelint-order": "^6.0.4",
"vite-plugin-full-reload": "^1.1.0"
},
"peerDependencies": {
"vite": "^5.4.8"
},
"engines": {
"node": ">=20.0.0"
}
}