-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
36
37
38
39
40
41
42
43
44
45
{
"name": "minurl",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davbrito/minurl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/davbrito/minurl/issues"
},
"homepage": "https://github.com/davbrito/minurl#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230115.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-react-swc": "^3.1.0",
"eslint": "^8.34.0",
"eslint-plugin-react": "^7.32.2",
"postcss-nesting": "^11.1.0",
"prettier": "^2.8.4",
"prettier-plugin-jsdoc": "^0.4.2",
"vite": "^4.1.1"
},
"dependencies": {
"nanoid": "^4.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wouter": "^2.10.0",
"wrangler": "^2.9.1"
}
}