UNPKG

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