-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "ngetikcepat",
"description": "Test your typing skills and race with your friends!",
"author": {
"name": "Saugi",
"email": "saugi.dev@gmail.com",
"url": "https://github.com/zuramai/"
},
"license": "BSD-3-Clause",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/zuramai/"
},
"homepage": "https://github.com/zuramai/ngetikcepat#readme",
"bugs": {
"url": "https://github.com/zuramai/ngetikcepat/issues"
},
"scripts": {
"build": "nuxt build",
"dev": "NUXT_APP_BASE_URL=/ngetikcepat/ nuxt dev",
"generate": "NUXT_APP_BASE_URL=/ngetikcepat/ nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
"@antfu/eslint-config-ts": "^0.34.0",
"@iconify-json/mdi": "^1.1.34",
"@pinia/nuxt": "^0.4.3",
"@unocss/nuxt": "^0.46.2",
"@unocss/preset-icons": "^0.46.2",
"@unocss/preset-web-fonts": "^0.46.2",
"eslint": "^8.30.0",
"nuxt": "3.0.0",
"pinia": "^2.0.23",
"postcss-nesting": "^10.2.0",
"typescript": "^4.9.4",
"unplugin-icons": "^0.14.13"
}
}