This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.54 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": ":vendor_slug/:package_slug",
"version": "1.0.0",
"private": false,
"type": "module",
"main": "./dist/splade-core-plugin.umd.cjs",
"module": "./dist/splade-core-plugin.js",
"files": [
"dist/splade-core-plugin.cjs",
"dist/splade-core-plugin.js"
],
"exports": {
".": {
"import": "./dist/splade-core-plugin.js",
"require": "./dist/splade-core-plugin.umd.cjs"
}
},
"scripts": {
"dev": "vite build && cd workbench && ln -fs ../node_modules && ./node_modules/.bin/vite",
"build": "vite build",
"build-workbench": "cd workbench && ln -fs ../node_modules && ./node_modules/.bin/vite build"
},
"peerDependencies": {
"@protonemedia/laravel-splade-core": "^4.0.0",
"axios": "^1.1.2",
"vue": "^3.4"
},
"dependencies": {},
"devDependencies": {
"@protonemedia/laravel-splade-vite": "^2.0.0",
"@vitejs/plugin-vue": "^4.1",
"eslint": "^8.51",
"eslint-config-prettier": "^9.0",
"eslint-plugin-prettier": "^5.0",
"eslint-plugin-prettier-vue": "^5.0",
"eslint-plugin-vue": "^9.17",
"prettier": "^3.0",
"prettier-plugin-blade": "^2.0",
"vite": "^4.5",
"@protonemedia/laravel-splade-core": "^4.0.0",
"axios": "^1.5.1",
"laravel-vite-plugin": "^0.8.1",
"vue": "^3.4",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}