-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 865 Bytes
/
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
{
"name": "react-template",
"version": "1.0.0",
"description": "react and typescript template",
"repository": {
"type": "git",
"url": "https://github.com/marceloaugusto80/react-template.git"
},
"main": "index.js",
"scripts": {
"test": "vitest run",
"start": "vite",
"build": "vite build"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"dependencies": {
"@fontsource/roboto": "^4.5.7",
"axios": "^1.6.7",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.2",
"styled-components": "^6.1.8",
"vite-tsconfig-paths": "^4.3.1"
}
}