-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 812 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
30
31
32
33
{
"name": "koitimer",
"version": "2.0.0",
"private": true,
"dependencies": {
"cuid": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"vite": "^4.4.7"
},
"scripts": {
"dev": "vite dev --port 5002",
"build": "vite build",
"start": "vite preview",
"test": "vitest run"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.3.2"
},
"author": "Jonny Deates",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/JonnyDeates/Koi-Timer.git"
},
"bugs": {
"url": "https://github.com/JonnyDeates/Koi-Timer/issues"
},
"homepage": ""
}