-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "virenbar.radio-record",
"version": "3.2.0",
"description": "Auto-updatable website with links to radio Record stations",
"author": "Virenbar",
"license": "MIT",
"repository": "Virenbar/RadioRecord",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"update": "tsx ./.github/scripts/update.ts"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"file-saver": "^2.0.5",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@artmizu/yandex-metrika-nuxt": "^1.0.4",
"@nuxt/eslint": "^0.7.2",
"@types/bootstrap": "^5.2.10",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.9",
"eslint": "^9.16.0",
"nuxt": "^3.14.1592",
"nuxt-gtag": "^3.0.2",
"sass": "^1.82.0",
"sass-loader": "^16.0.4",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vue": "latest",
"vue-router": "latest"
},
"type": "module",
"private": true
}