UNPKG

2.51 kBJSONView Raw
1{
2 "name": "microsite",
3 "version": "1.0.1",
4 "type": "module",
5 "author": {
6 "name": "Nate Moore",
7 "email": "nate@natemoo.re",
8 "url": "https://natemoo.re"
9 },
10 "license": "MIT",
11 "types": "./assets/microsite-env.d.ts",
12 "bin": {
13 "microsite": "./dist/bin/microsite.js"
14 },
15 "scripts": {
16 "prepare": "npm run build",
17 "prebuild": "node ./scripts/clean.js",
18 "build": "tsc -p tsconfig.json"
19 },
20 "exports": {
21 "./base": "./base.json",
22 "./base.json": "./base.json",
23 "./client/csr": "./dist/client/csr.js",
24 "./client/hooks": "./dist/client/hooks.js",
25 "./client/hydrate": "./dist/client/hydrate.js",
26 "./server/fetch": "./dist/server/fetch.js",
27 "./document": "./dist/document.js",
28 "./error": "./dist/error.js",
29 "./global": "./dist/global.js",
30 "./head": "./dist/head.js",
31 "./hydrate": "./dist/hydrate.js",
32 "./page": "./dist/page.js",
33 "./assets/snowpack-plugin.cjs": "./assets/snowpack-plugin.cjs",
34 "./assets/snowpack.config.cjs": "./assets/snowpack.config.cjs",
35 "./assets/types/*": "./assets/types/*.d.ts",
36 "./assets/init.js": "./assets/init.js",
37 "./package.json": "./package.json"
38 },
39 "files": [
40 "assets",
41 "dist",
42 "base.json",
43 "**/*.d.ts"
44 ],
45 "dependencies": {
46 "@prefresh/snowpack": "^2.1.0",
47 "@snowpack/plugin-dotenv": "^2.0.5",
48 "@snowpack/plugin-postcss": "^1.0.11",
49 "arg": "^5.0.0",
50 "cacache": "^15.0.5",
51 "cosmiconfig": "^7.0.0",
52 "esbuild": "^0.8.16",
53 "execa": "^4.0.3",
54 "globby": "^11.0.1",
55 "http-cache-semantics": "^4.1.0",
56 "kleur": "^4.1.3",
57 "node-fetch": "3.0.0-beta.9",
58 "open": "^7.3.0",
59 "path-browserify": "^1.0.1",
60 "polka": "^0.5.2",
61 "postcss": "^8.2.1",
62 "postcss-cli": "^8.3.1",
63 "postcss-flexbugs-fixes": "^5.0.2",
64 "postcss-preset-env": "^6.7.0",
65 "preact": "^10.5.5",
66 "preact-render-to-string": "5.1.11",
67 "prettier": "^2.1.2",
68 "rollup": "^2.32.1",
69 "rollup-plugin-styles": "^3.11.0",
70 "sirv": "^1.0.10",
71 "snowpack": "^3.0.0-rc.2"
72 },
73 "devDependencies": {
74 "@types/node": "^12.19.0",
75 "del": "^6.0.0"
76 },
77 "repository": {
78 "type": "git",
79 "url": "https://github.com/natemoo-re/microsite.git",
80 "directory": "packages/microsite"
81 },
82 "bugs": {
83 "url": "https://github.com/natemoo-re/microsite/issues"
84 },
85 "homepage": "https://github.com/natemoo-re/microsite#readme",
86 "volta": {
87 "node": "12.19.0"
88 },
89 "engines": {
90 "node": ">=12.19.0"
91 }
92}