-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.5",
"vite": "^4.0.0"
},
"name": "book-shop",
"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\" alt=\"Laravel Logo\"></a></p>",
"version": "1.0.0",
"main": "tailwind.config.js",
"directories": {
"test": "tests"
},
"dependencies": {
"esbuild": "^0.17.19",
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"delayed-stream": "^1.0.0",
"follow-redirects": "^1.15.2",
"form-data": "^4.0.0",
"mime-types": "^2.1.35",
"mime-db": "^1.52.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.24",
"rollup": "^3.25.1",
"source-map-js": "^1.0.2",
"vite-plugin-full-reload": "^1.0.5",
"nanoid": "^3.3.6",
"picomatch": "^2.3.1",
"proxy-from-env": "^1.1.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xray79/book-shop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xray79/book-shop/issues"
},
"homepage": "https://github.com/xray79/book-shop#readme"
}