-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.1 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.1 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
{
"name": "@leanup/stack-snowpack",
"version": "2.0.0-rc.79",
"description": "This module contains all snowpack-related functionalities for the @leanup/stack.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
"files": [
"lib/**",
"snowpack.config.js"
],
"keywords": [
"esbuild",
"snowpack",
"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": {
"@snowpack/plugin-postcss": "1.4.3",
"@snowpack/plugin-sass": "1.4.0",
"postcss-cli": "10.0.0",
"snowpack": "3.8.8",
"snowpack-plugin-less": "1.0.7",
"snowpack-plugin-replace": "1.0.4"
},
"devDependencies": {
"@leanup/stack": "2.0.0-rc.79"
},
"peerDependencies": {
"@leanup/stack": "~2.0.0-rc.73"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}