-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 KB
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
{
"name": "developer.nlr.gov",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint"
},
"dependencies": {
"@fontsource-variable/roboto": "^5.2.9",
"@fontsource/roboto": "^5.2.9",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"a11y-dialog": "^8.1.5",
"bootstrap": "^5.3.8",
"domready": "^1.0.8",
"escape-html": "^1.0.3",
"form-serialize": "^0.7.2",
"swagger-ui-dist": "^5.31.1"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.2",
"@stoplight/spectral-cli": "^6.15.0",
"autoprefixer": "^10.4.24",
"eslint": "^9.39.2",
"gh-pages": "^6.3.0",
"globals": "^16.5.0",
"sass": "^1.97.3",
"vite": "^5.4.21",
"vite-plugin-ruby": "5.1.1"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}