-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 838 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 838 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
34
{
"name": "assistantapps-admin-v2",
"version": "0.0.11",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"dependencies": {
"@assistantapps/assistantapps.api.client": "^0.0.26",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"jose": "^4.13.1",
"reflect-metadata": "^0.1.13",
"solid-js": "^1.6.10",
"solid-markdown": "^1.2.1",
"solid-transition-group": "^0.0.10",
"sweetalert2": "^11.6.3",
"typedi": "^0.10.0",
"vite-plugin-package-version": "^1.0.2"
},
"devDependencies": {
"@hope-ui/solid": "^0.6.7",
"@solidjs/router": "^0.7.0",
"@stitches/core": "^1.2.8",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-solid": "^2.5.0"
}
}