-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "statens-vegvesen",
"version": "1.1.4",
"description": "Fetching vehicle information from the REST API on https://www.vegvesen.no and displaying it.",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier --write .",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3bdesign/Statens-Vegvesen.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/w3bdesign/Statens-Vegvesen/issues"
},
"homepage": "https://github.com/w3bdesign/Statens-Vegvesen#readme",
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@types/node": "^22.10.2",
"@types/node-fetch": "^2.6.12",
"@vercel/node": "^3.2.29",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.3",
"axios": "1.7.9",
"node-forge": "1.3.1",
"prettier": "3.4.2",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.6"
},
"browserslist": "> 0.5%, last 3 versions, not dead",
"resolutions": {
"node-forge": "1.3.1"
},
"dependencies": {
"dompurify": "^3.2.3",
"isomorphic-dompurify": "^2.19.0"
}
}