-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "patrikelfstrom.se",
"version": "4.0.0",
"description": "Patrik Elfström",
"author": "Patrik Elfström <me@patrikelfstrom.se> (https://patrikelfstrom.se)",
"homepage": "https://github.com/PatrikElfstrom/patrikelfstrom.se#readme",
"license": "MIT",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"type-check": "tsc --pretty --noEmit",
"lint": "npm run type-check && eslint src/**/*.{ts,tsx,astro} --fix",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"update": "npx npm-check -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PatrikElfstrom/patrikelfstrom.se.git"
},
"bugs": {
"url": "https://github.com/PatrikElfstrom/patrikelfstrom.se/issues"
},
"devDependencies": {
"@astrojs/react": "^2.1.0",
"@astrojs/tailwind": "^3.1.0",
"@types/color-convert": "^2.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"astro": "^2.1.7",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-astro": "^0.24.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^46.0.0",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.4",
"vitest": "^0.29.2"
},
"dependencies": {
"@pixi/app": "^7.1.4",
"@pixi/core": "^7.1.4",
"@pixi/display": "^7.1.4",
"@pixi/graphics-smooth": "^1.0.0",
"@pixi/math": "^7.1.4",
"@pixi/sprite": "^7.1.4",
"@pixi/ticker": "^7.1.4",
"@pixi/utils": "^7.1.4",
"debounce-fn": "^5.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"volta": {
"node": "16.19.1",
"npm": "9.5.0"
}
}