UNPKG

1.46 kBJSONView Raw
1{
2 "name": "microsite",
3 "version": "0.1.9",
4 "author": {
5 "name": "Nate Moore",
6 "email": "nate@natemoo.re",
7 "url": "https://natemoo.re"
8 },
9 "license": "MIT",
10 "main": "./index.js",
11 "bin": "./index.js",
12 "types": "./index.d.ts",
13 "scripts": {
14 "prepare": "npm run build",
15 "build": "tsc -p ."
16 },
17 "files": [
18 "**/*.js",
19 "**/*.d.ts"
20 ],
21 "dependencies": {
22 "@rollup/plugin-alias": "^3.1.1",
23 "@rollup/plugin-inject": "^4.0.2",
24 "@rollup/plugin-node-resolve": "^9.0.0",
25 "@rollup/plugin-typescript": "^6.0.0",
26 "@types/react": "^16.9.53",
27 "@types/react-dom": "^16.9.8",
28 "esm": "^3.2.25",
29 "globby": "^11.0.1",
30 "postcss": "^8.1.2",
31 "preact": "^10.5.5",
32 "preact-render-to-string": "5.1.11",
33 "rollup": "^2.32.1",
34 "rollup-plugin-postcss": "^3.1.8"
35 },
36 "devDependencies": {
37 "@types/node": "^14.14.2",
38 "husky": "^4.3.0",
39 "lint-staged": "^10.4.2",
40 "lodash": "^4.17.20",
41 "prettier": "^2.1.2",
42 "typescript": "^4.1.0-beta"
43 },
44 "repository": {
45 "type": "git",
46 "url": "https://github.com/natemoo-re/microsite.git"
47 },
48 "bugs": {
49 "url": "https://github.com/natemoo-re/microsite/issues"
50 },
51 "homepage": "https://github.com/natemoo-re/microsite#readme",
52 "volta": {
53 "node": "12.19.0"
54 },
55 "husky": {
56 "hooks": {
57 "pre-commit": "lint-staged"
58 }
59 },
60 "lint-staged": {
61 "*.{ts,tsx,css,md,json}": "prettier --write"
62 }
63}