-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 948 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 948 Bytes
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
{
"name": "@leanup/stack-vite",
"version": "2.0.0-rc.79",
"description": "This module contains all vite-related functionalities for the @leanup/stack.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
"files": [
"vite.config.js"
],
"keywords": [
"esbuild",
"vite",
"less",
"sass",
"scss",
"typescript",
"spa",
"pwa",
"lean",
"compiler",
"transpiler",
"postcss"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/leanupjs/leanup.git"
},
"bugs": {
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"vite": "2.9.15",
"vite-plugin-replace": "0.1.1"
},
"devDependencies": {
"@leanup/stack": "2.0.0-rc.79"
},
"peerDependencies": {
"@leanup/stack": "~2.0.0-rc.73"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}