forked from ricealexander/glade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 802 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
{
"name": "glade",
"version": "2.1.0",
"description": "A utility library for creating custom JavaScript solutions in the Grove CMS",
"author": {
"name": "STLPR Digital",
"email": "dev@stlpr.org",
"url": "https://www.stlpublicradio.org/"
},
"repository": "github:ricealexander/glade",
"bugs": "https://github.com/ricealexander/glade/issues",
"license": "ISC",
"private": true,
"main": "dist/index.js",
"scripts": {
"build": "vite build",
"build-dev": "vite build --mode development",
"lint": "eslint"
},
"dependencies": {
"luxon": "^3.4.4"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"sass": "^1.77.5",
"vite": "^5.2.13",
"vite-plugin-sass-glob-import": "^3.0.2",
"vite-plugin-eslint": "^1.8.1",
"eslint": "^9.5.0"
}
}