generated from YongYuH/ts-react-esbuild-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.63 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
{
"name": "scmp-article-search",
"version": "1.0.0",
"repository": "[email protected]:YongYuH/SCMP-Article-Search.git",
"author": "YongYuH <[email protected]>",
"license": "MIT",
"dependencies": {
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"browser-sync": "2.27.4",
"date-fns": "2.23.0",
"fastify-cors": "6.0.2",
"lunr": "2.3.9",
"rambda": "6.9.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.2.0",
"swr": "0.5.6",
"use-debounce": "7.0.0"
},
"devDependencies": {
"@types/browser-sync": "2.26.2",
"@types/node": "16.3.3",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"esbuild": "0.12.15",
"esbuild-plugin-svg": "0.1.0",
"esbuild-plugin-svgr": "0.0.3",
"eslint": "7.31.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"fastify": "3.19.1",
"fastify-static": "4.2.2",
"husky": "7.0.1",
"lint-staged": "11.0.1",
"prettier": "2.3.2",
"ts-node": "10.1.0",
"typescript": "4.3.5"
},
"scripts": {
"backend": "ts-node --transpile-only scripts/backend/index.ts",
"build": "ts-node --transpile-only scripts/build.ts",
"clean": "ts-node --transpile-only scripts/clean.ts",
"dev": "ts-node --transpile-only scripts/dev.ts",
"pre-commit": "lint-staged",
"prepare": "husky install",
"start": "ts-node --transpile-only scripts/server.ts",
"tsc": "tsc --noEmit"
}
}