-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.27 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
46
47
48
49
50
51
52
53
54
55
{
"name": "skuteczny-plan",
"description": "Website of the Skuteczny Plan podcast hosted by Leszek W. Król",
"version": "1.1.4",
"license": "MIT",
"keywords": [
"i18n",
"frontend-web",
"nuxt",
"website-design",
"tailwindcss",
"pinia-vuejs",
"nuxt3-content",
"nuxt3",
"nuxtjs"
],
"author": "Leszek W. Król <[email protected]>",
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.13.2",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/robots": "^4.1.7",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.15",
"nuxt": "3.13.2"
},
"dependencies": {
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"@pinia/nuxt": "^0.5.5",
"pinia": "^2.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/leszekkrol/skutecznyplan.pl.git"
},
"bugs": {
"url": "https://github.com/leszekkrol/skutecznyplan.pl/issues"
},
"homepage": "https://github.com/leszekkrol/skutecznyplan.pl"
}