-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
63 lines (63 loc) · 1.82 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "allmatter",
"version": "2.0.0",
"description": "3D material authoring tool",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ni55aN/allmatter.git"
},
"keywords": [
"3D",
"material"
],
"author": "Ni55aN",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Ni55aN/allmatter/issues"
},
"homepage": "https://github.com/Ni55aN/allmatter#readme",
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@types/three": "^0.152.0",
"antd": "^5.5.0",
"color": "^4.2.3",
"file-saver": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rete": "^2.0.0-beta.9",
"rete-area-plugin": "^2.0.0-beta.12",
"rete-auto-arrange-plugin": "^2.0.0-beta.7",
"rete-connection-plugin": "^2.0.0-beta.15",
"rete-context-menu-plugin": "^2.0.0-beta.9",
"rete-engine": "^2.0.0-beta.7",
"rete-react-render-plugin": "^2.0.0-beta.20",
"shepherd.js": "^11.1.1",
"styled-components": "^5.3.10",
"texturity.js": "^0.4.0",
"three": "^0.152.2",
"use-file-picker": "^1.6.1",
"vite-plugin-radar": "^0.9.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.194",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-html-config": "^1.0.11"
}
}