-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "node-http-server",
"version": "1.0.0",
"description": "Node.js example server starter project",
"main": "src/index.js",
"scripts": {
"dev": "node -r esbuild-runner/register scripts.ts dev"
},
"dependencies": {
"dayjs": "^1.10.4",
"framer-motion": "3.3.0",
"glob-to-regexp": "^0.4.1",
"history": "^5.0.0",
"jotai": "^0.14.1",
"optics-ts": "^2.0.0",
"react": "0.0.0-experimental-696e736be",
"react-dom": "0.0.0-experimental-696e736be",
"react-error-boundary": "^3.1.0",
"react-error-overlay": "^6.0.9",
"react-helmet-async": "^1.0.7",
"react-query": "^3.9.4",
"react-router": "0.0.0-experimental-ffd8c7d0",
"react-router-dom": "0.0.0-experimental-ffd8c7d0",
"react-ssr-prepass": "1.2.1",
"react-use": "^17.1.1",
"twind": "^0.15.1",
"use-resize-observer": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-jsx": "^7.12.10",
"@babel/plugin-transform-react-jsx": "^7.12.10",
"@babel/plugin-transform-react-jsx-self": "^7.12.10",
"@babel/plugin-transform-react-jsx-source": "^7.12.10",
"@types/babel__core": "^7.1.12",
"@types/express": "^4.17.11",
"@types/fs-extra": "^9.0.7",
"@types/glob-to-regexp": "^0.4.0",
"@types/node": "^14.14.27",
"@types/pino": "^6.3.5",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@vitejs/plugin-react-refresh": "1.3.1",
"compression": "^1.7.4",
"esbuild-runner": "1.3.2",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"fsevents": "^2.3.2",
"globby": "^11.0.2",
"gray-matter": "^4.0.2",
"jest-docblock": "^26.0.0",
"kush-cli": "0.0.3",
"nodemon": "1.18.4",
"pino": "^6.11.1",
"serve-static": "^1.14.1",
"slash": "^3.0.0",
"tslog": "^3.1.1",
"vite": "2.0.0-beta.69",
"vite-plugin-mdx": "2.0.1"
},
"keywords": []
}