UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@leanup/stack-snowpack",
3 "version": "2.0.0-rc.76",
4 "description": "This module contains all snowpack-related functionalities for the @leanup/stack.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "files": [
8 "lib/**",
9 "snowpack.config.js"
10 ],
11 "keywords": [
12 "esbuild",
13 "snowpack",
14 "less",
15 "sass",
16 "scss",
17 "typescript",
18 "spa",
19 "pwa",
20 "lean",
21 "compiler",
22 "transpiler",
23 "postcss"
24 ],
25 "license": "Apache-2.0",
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/leanupjs/leanup.git"
29 },
30 "bugs": {
31 "url": "https://github.com/leanupjs/leanup/issues"
32 },
33 "dependencies": {
34 "@snowpack/plugin-postcss": "1.4.3",
35 "@snowpack/plugin-sass": "1.4.0",
36 "postcss-cli": "10.0.0",
37 "snowpack": "3.8.8",
38 "snowpack-plugin-less": "1.0.7",
39 "snowpack-plugin-replace": "1.0.4"
40 },
41 "devDependencies": {
42 "@leanup/stack": "2.0.0-rc.76"
43 },
44 "peerDependencies": {
45 "@leanup/stack": "~2.0.0-rc.73"
46 },
47 "engines": {
48 "node": ">=14 <=18",
49 "npm": ">=6 <=8"
50 }
51}