-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.2 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.2 KB
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
53
54
55
56
57
58
59
{
"name": "@leanup/stack-preact",
"version": "2.0.0-rc.82",
"description": "This package contains the Preact framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
"files": [
"lib/**",
"snowpack.config.js",
"vite.config.js",
"webpack.config.js"
],
"keywords": [
"babel",
"snowpack",
"webpack",
"preact",
"sinon",
"nyc",
"nightwatch",
"mocha",
"sass",
"typescript",
"cli",
"spa",
"pwa",
"lean",
"compiler",
"transpiler"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/leanupjs/leanup.git"
},
"bugs": {
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@preact/preset-vite": "2.5.0",
"vite-plugin-unset": "0.1.4"
},
"devDependencies": {
"@leanup/stack-webpack": "2.0.0-rc.82",
"@types/node": "18.11.18",
"rimraf": "4.0.5",
"typescript": "4.8.4"
},
"peerDependencies": {
"preact": "^10"
},
"scripts": {
"prepack": "rimraf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=16",
"npm": ">=8"
}
}