-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 960 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 960 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": "simple-logo-generator",
"version": "0.1.0",
"type": "module",
"description": "Being simple, while attractive.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaoruNishikawa/SimpleLogoGenerator.git"
},
"bugs": {
"url": "https://github.com/KaoruNishikawa/SimpleLogoGenerator/issues"
},
"homepage": "https://github.com/KaoruNishikawa/SimpleLogoGenerator#readme",
"dependencies": {
"opentype.js": "^1.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/opentype.js": "^1.3.9",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^6.0.1",
"sass": "^1.98.0",
"typescript": "^5.9.3",
"vite": "^8.0.0"
}
}