-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.22 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "solarnode-ext-login",
"version": "1.1.1",
"description": "SolarNode External Login Demo.",
"keywords": [
"solarnetwork",
"solarnode"
],
"homepage": "https://github.com/SolarNetwork/solarnode-ext-login",
"license": "Apache-2.0",
"author": {
"name": "SolarNetwork Foundation",
"email": "code@solarnetwork.net"
},
"repository": {
"type": "git",
"url": "https://github.com/SolarNetwork/solarnode-ext-login.git"
},
"type": "module",
"engines": {
"node": ">=20.19"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.3.8",
"crypto-js": "^4.2.0",
"jquery": "^3.7.1"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/crypto-js": "^4.2.2",
"@types/jquery": "^3.5.33",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"eslint": "^9.39.1",
"npmversion": "^2.0.5",
"sass": "^1.94.2",
"typescript": "^5.9.3",
"vite": "^7.2.4"
},
"overrides": {
"json5": "2.2.3",
"lodash": "4.17.21",
"minimist": "1.2.8",
"postcss": "8.4.38",
"semver": "7.6.0",
"tmp": "0.2.5"
}
}