forked from nuxt/hackernews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 797 Bytes
/
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
{
"name": "nuxt-hn",
"private": true,
"packageManager": "[email protected]",
"description": "Nuxt Hacker News",
"author": "Evan You <[email protected]>",
"contributors": [
{
"name": "Sebastien Chopin (@Atinux)"
},
{
"name": "Alexandre Chopin (@alexchopin)"
},
{
"name": "Pooya Parsa (@pi0)"
},
{
"name": "Anthony Fu (@antfu)"
}
],
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi start",
"lint": "eslint --ext .vue,.js,.ts --ignore-path .gitignore ."
},
"devDependencies": {
"@nuxt/devtools": "^0.4.2",
"@nuxt/eslint-config": "^0.1.1",
"@types/node": "^18.16.0",
"eslint": "^8.39.0",
"nuxt": "^3.4.2",
"postcss-nesting": "^11.2.2",
"typescript": "^5.0.4"
}
}