-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "virenbar.radio-record",
"version": "3.0.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",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@artmizu/yandex-metrika-nuxt": "^1.0.4",
"@nuxt/eslint": "^0.3.13",
"@types/bootstrap": "^5.2.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"eslint": "^9.3.0",
"nuxt": "^3.12.1",
"nuxt-gtag": "^2.0.6",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
"type": "module",
"private": true
}