-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 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
{
"name": "armor-upgrade-tracker",
"description": "<p align=\"center\"><a href=\"https://laravel.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\"></a></p>",
"version": "1.0.0",
"author": "Chris McGee",
"bugs": {
"url": "https://github.com/SturmB/armor-upgrade-tracker/issues"
},
"devDependencies": {
"@prettier/plugin-php": "^0.18.9",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.14",
"axios": "^0.25.0",
"laravel-vite-plugin": "^0.5.4",
"lodash": "^4.17.21",
"postcss": "^8.4.22",
"prettier": "^2.8.7",
"tailwindcss": "^3.3.1",
"vite": "^3.2.5"
},
"directories": {
"test": "tests"
},
"homepage": "https://github.com/SturmB/armor-upgrade-tracker#readme",
"keywords": [
"armor",
"botw",
"tracker",
"upgrade",
"zelda"
],
"license": "GPL-3.0-or-later",
"main": "public/index.php",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/SturmB/armor-upgrade-tracker.git"
},
"scripts": {
"build": "vite build",
"dev": "vite"
}
}