UNPKG

1.62 kBJSONView Raw
1{
2 "name": "microsite",
3 "version": "0.7.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 "main": "./index.js",
12 "bin": {
13 "microsite": "index.js"
14 },
15 "types": "./index.d.ts",
16 "scripts": {
17 "prepare": "npm run build",
18 "build": "tsc -p tsconfig.json"
19 },
20 "files": [
21 "**/*.js",
22 "**/*.d.ts",
23 "base.json"
24 ],
25 "dependencies": {
26 "@rollup/plugin-alias": "^3.1.1",
27 "@rollup/plugin-commonjs": "^16.0.0",
28 "@rollup/plugin-inject": "^4.0.2",
29 "@rollup/plugin-node-resolve": "^9.0.0",
30 "@rollup/plugin-replace": "^2.3.4",
31 "@rollup/plugin-strip": "^2.0.0",
32 "arg": "^5.0.0",
33 "cacache": "^15.0.5",
34 "esbuild": "0.8.16",
35 "globby": "^11.0.1",
36 "http-cache-semantics": "^4.1.0",
37 "node-fetch": "3.0.0-beta.9",
38 "postcss": "^8.1.2",
39 "preact": "^10.5.5",
40 "preact-render-to-string": "5.1.11",
41 "rollup": "^2.32.1",
42 "rollup-plugin-auto-external": "^2.0.0",
43 "rollup-plugin-esbuild": "2.6.0",
44 "rollup-plugin-multi-input": "1.1.1",
45 "rollup-plugin-styles": "^3.11.0",
46 "rollup-plugin-terser": "^7.0.2",
47 "rollup-plugin-typescript-paths": "^1.2.2"
48 },
49 "devDependencies": {
50 "@types/node": "^14.14.2"
51 },
52 "repository": {
53 "type": "git",
54 "url": "https://github.com/natemoo-re/microsite.git",
55 "directory": "packages/microsite"
56 },
57 "bugs": {
58 "url": "https://github.com/natemoo-re/microsite/issues"
59 },
60 "homepage": "https://github.com/natemoo-re/microsite#readme",
61 "volta": {
62 "node": "12.19.0"
63 }
64}