-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "jdw.me",
"version": "1.0.0",
"description": "",
"scripts": {
"lint": "eslint --ext .js,.vue .",
"test": "vitest",
"test-watch": "vitest --watch",
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chalks/jdw.me.git"
},
"author": "Jonathan Walters",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chalks/jdw.me/issues"
},
"homepage": "https://jdw.me",
"dependencies": {
"@iconify/vue": "^4.1.1",
"@pinia/nuxt": "^0.4.9",
"lzutf8": "^0.6.0",
"md5": "^2.3.0",
"nuxt": "^3.13.2",
"phaser": "^3.70.0",
"pinia": "^2.0.35",
"tailwindcss": "^3.4.1",
"vue": "^3.4.15",
"vue3-toastify": "^0.1.7"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@nuxt/eslint-config": "^0.1.1",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vue": "^9.11.0",
"vitest": "^1.2.1"
}
}