-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 742 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 742 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
{
"devDependencies": {
"@types/three": "^0.159.0"
},
"name": "projekt-labyrint",
"version": "1.0.0",
"description": "my project for graphics",
"main": "./script/main.js",
"scripts": {
"start": "npx tsc -b && npx vite",
"build": "npx tsc -b"
},
"author": "Patryk Michalak",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/MrDeun/Projekt-Labyrint.git"
},
"keywords": [
"labirynt"
],
"bugs": {
"url": "https://github.com/MrDeun/Projekt-Labyrint/issues"
},
"homepage": "https://github.com/MrDeun/Projekt-Labyrint#readme",
"dependencies": {
"npm": "^10.2.5",
"three": "^0.159.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}