generated from YongYuH/ts-react-esbuild-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.81 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
{
"name": "ts-react-esbuild-boilerplate",
"version": "1.0.0",
"repository": "[email protected]:YongYuH/ts-react-esbuild-boilerplate.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",
"rambda": "6.9.0",
"randomcolor": "0.6.2",
"react": "17.0.2",
"react-confirm-alert": "2.7.0",
"react-dom": "17.0.2",
"react-icons": "4.2.0",
"react-minimal-pie-chart": "8.2.0",
"react-radio-group": "3.0.3",
"styled-system": "5.1.5"
},
"devDependencies": {
"@types/browser-sync": "2.26.2",
"@types/jest": "27.0.1",
"@types/node": "16.3.3",
"@types/randomcolor": "0.5.6",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@types/react-radio-group": "3.0.3",
"@types/styled-system": "5.1.13",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"esbuild": "0.12.15",
"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",
"jest": "27.0.6",
"jest-extended": "0.11.5",
"lint-staged": "11.0.1",
"prettier": "2.3.2",
"ts-jest": "27.0.5",
"ts-node": "10.1.0",
"typescript": "4.3.5"
},
"scripts": {
"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",
"test": "jest",
"tsc": "tsc --noEmit"
}
}