UNPKG

1.67 kBJSONView Raw
1{
2 "name": "microsite",
3 "version": "0.1.14",
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-inject": "^4.0.2",
25 "rollup-plugin-multi-input": "1.1.1",
26 "@rollup/plugin-node-resolve": "^9.0.0",
27 "@rollup/plugin-typescript": "^6.0.0",
28 "@types/react": "^16.9.53",
29 "@types/react-dom": "^16.9.8",
30 "esm": "^3.2.25",
31 "estree-walker": "2.0.1",
32 "globby": "^11.0.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-styles": "^3.11.0"
38 },
39 "devDependencies": {
40 "@rollup/plugin-commonjs": "^16.0.0",
41 "@rollup/pluginutils": "^4.0.0",
42 "@types/node": "^14.14.2",
43 "husky": "^4.3.0",
44 "lint-staged": "^10.4.2",
45 "lodash": "^4.17.20",
46 "prettier": "^2.1.2",
47 "rollup-plugin-multi-input": "^1.1.1",
48 "typescript": "^4.1.0-beta"
49 },
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/natemoo-re/microsite.git"
53 },
54 "bugs": {
55 "url": "https://github.com/natemoo-re/microsite/issues"
56 },
57 "homepage": "https://github.com/natemoo-re/microsite#readme",
58 "volta": {
59 "node": "14.15.0"
60 },
61 "husky": {
62 "hooks": {
63 "pre-commit": "lint-staged"
64 }
65 },
66 "lint-staged": {
67 "*.{ts,tsx,css,md,json}": "prettier --write"
68 }
69}