-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathpackage.json
35 lines (35 loc) · 1.14 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
{
"name": "ts-all-in-one",
"version": "1.0.0",
"description": "- [typescript 공식문서](https://www.typescriptlang.org/) - [typescript 플레이그라운드](https://www.typescriptlang.org/play) - [typescript 핸드북 필독](https://www.typescriptlang.org/docs/handbook/intro.html) - [typescript 버전 수정 내역](https://www.typescriptlang.org/docs/handbook/release-notes/overview.html)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZeroCho/ts-all-in-one.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZeroCho/ts-all-in-one/issues"
},
"homepage": "https://github.com/ZeroCho/ts-all-in-one#readme",
"dependencies": {
"@types/react-redux": "^7.1.31",
"axios": "^0.27.2",
"express": "^4.18.1",
"react": "^18.2.0",
"redux": "^4.2.0",
"typescript": "5.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jquery": "^3.5.14",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"ts-node": "^10.9.1"
}
}