-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 705 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 705 Bytes
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
{
"name": "example-code",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev": "ts-node index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.0",
"react": "17.0.2",
"styled-components": "^6.1.0",
"typescript": "^4.6.4"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "17.0.2",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
}
}