-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 920 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
{
"name": "adobe-test",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@spectrum-css/actionbutton": "^1.0.3",
"@spectrum-css/button": "^3.0.3",
"@spectrum-css/buttongroup": "^3.0.3",
"@spectrum-css/checkbox": "^3.0.3",
"@spectrum-css/dialog": "^3.0.3",
"@spectrum-css/divider": "^1.0.3",
"@spectrum-css/icon": "^3.0.3",
"@spectrum-css/modal": "^3.0.0-beta.3",
"@spectrum-css/page": "^3.0.0-beta.0",
"@spectrum-css/table": "^3.0.3",
"@spectrum-css/textfield": "^3.0.0-beta.6",
"@spectrum-css/typography": "^3.0.0-beta.1",
"@spectrum-css/underlay": "^2.0.8-beta.2",
"@spectrum-css/vars": "^3.0.0-beta.2",
"katex": "^0.12.0",
"loadicons": "^1.0.0",
"vue": "^3.0.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.5",
"vite": "^2.9.16"
}
}