-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "react-typescript",
"version": "1.0.0",
"type": "module",
"description": "React TypeScript on Replit, using Vite bundler",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.3",
"jquery": "^3.6.3",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.7.4",
"typescript-language-server": "^0.11.2",
"vite": "^3.1.4"
},
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/harrykeeran12/CGS-Scale-Calculator.git"
},
"bugs": {
"url": "https://github.com/harrykeeran12/CGS-Scale-Calculator/issues"
},
"homepage": "https://github.com/harrykeeran12/CGS-Scale-Calculator#readme"
}