-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 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
{
"name": "@mostlyserious/vitepack",
"version": "1.3.1",
"type": "module",
"description": "🔄 Reasonable Vite config boilerplate.",
"repository": "mostlyserious/vitepack",
"license": "MIT",
"main": "index.js",
"author": {
"name": "Cornelius Ukena",
"email": "[email protected]"
},
"keywords": [
"vite",
"boilerplate"
],
"bin": {
"vitepack": "./bin/index.js"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@mostlyserious/tailwindcss-util": "^1.0.0",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"adm-zip": "^0.5.9",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.3",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-vue": "^9.2.0",
"https": "^1.0.0",
"picocolors": "^1.0.0",
"postcss-load-config": "^4.0.1",
"rfg-api": "^0.5.2",
"svelte-preprocess": "^5.0.4",
"tinify": "^1.6.1",
"vite": "^4.4.2",
"vite-plugin-dev-manifest": "^1.1.1",
"vite-plugin-eslint": "^1.8.1",
"vite-svg-loader": "^4.0.0"
},
"peerDependencies": {
"postcss": "^8.4.28",
"svelte": "^4.2.0"
}
}