UNPKG

1.82 kBJSONView Raw
1{
2 "name": "microsite",
3 "version": "0.6.6",
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": "./index.js",
13 "types": "./index.d.ts",
14 "scripts": {
15 "prepare": "npm run build",
16 "build": "tsc -p tsconfig.json"
17 },
18 "files": [
19 "**/*.js",
20 "**/*.d.ts",
21 "base.json"
22 ],
23 "dependencies": {
24 "@rollup/plugin-alias": "^3.1.1",
25 "@rollup/plugin-commonjs": "^16.0.0",
26 "@rollup/plugin-inject": "^4.0.2",
27 "@rollup/plugin-node-resolve": "^9.0.0",
28 "@rollup/plugin-replace": "^2.3.4",
29 "@rollup/plugin-strip": "^2.0.0",
30 "esbuild": "0.7.7",
31 "escalade": "^3.1.1",
32 "globby": "^11.0.1",
33 "node-fetch": "^2.6.1",
34 "postcss": "^8.1.2",
35 "preact": "^10.5.5",
36 "preact-render-to-string": "5.1.11",
37 "rollup": "^2.32.1",
38 "rollup-plugin-auto-external": "^2.0.0",
39 "rollup-plugin-esbuild": "^2.5.2",
40 "rollup-plugin-multi-input": "1.1.1",
41 "rollup-plugin-styles": "^3.11.0",
42 "rollup-plugin-terser": "^7.0.2",
43 "rollup-plugin-typescript-paths": "^1.2.2"
44 },
45 "devDependencies": {
46 "@changesets/cli": "^2.11.2",
47 "@types/node": "^14.14.2",
48 "husky": "^4.3.0",
49 "lint-staged": "^10.4.2",
50 "lodash": "^4.17.20",
51 "prettier": "^2.1.2",
52 "typescript": "^4.1.0-beta"
53 },
54 "repository": {
55 "type": "git",
56 "url": "https://github.com/natemoo-re/microsite.git"
57 },
58 "bugs": {
59 "url": "https://github.com/natemoo-re/microsite/issues"
60 },
61 "homepage": "https://github.com/natemoo-re/microsite#readme",
62 "volta": {
63 "node": "12.19.0"
64 },
65 "husky": {
66 "hooks": {
67 "pre-commit": "lint-staged"
68 }
69 },
70 "lint-staged": {
71 "*.{ts,tsx,css,md,json}": "prettier --write"
72 }
73}