-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 898 Bytes
/
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
{
"name": "destamatic-ui",
"version": "1.0.0",
"description": "",
"main": "./index.jsx",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"test": ""
},
"keywords": [],
"contributors": [
{
"name": "Torrin Z. Leonard",
"email": "torrin@worx4you.com",
"url": "https://torrinleonard.com"
},
{
"name": "Alexander Orzechowski",
"url": "https://ozal.ski/"
},
{
"name": "Max Weissman",
"url": "https://www.linkedin.com/in/max-weissman/"
}
],
"license": "MIT",
"dependencies": {
"destam": "^0.5.0",
"destam-dom": "^0.10.2",
"vite": "^5.4.8"
},
"optionalDependencies": {
"feather-icons": "^4.29.1",
"material-icons": "^1.13.12"
},
"devDependencies": {
"@babel/generator": "^7.26.3",
"@babel/parser": "^7.26.3",
"@babel/traverse": "^7.26.4"
}
}