-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 953 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
{
"name": "assistantapps-pokemon-living-dex",
"version": "0.0.15",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"dependencies": {
"@hope-ui/solid": "^0.6.7",
"@solid-primitives/intersection-observer": "^2.1.0",
"@solidjs/router": "^0.8.2",
"axios": "^1.4.0",
"axios-cache-interceptor": "^1.0.1",
"canvas": "^2.11.2",
"classnames": "^2.3.2",
"dotenv": "^16.0.3",
"mousetrap": "^1.6.5",
"reflect-metadata": "^0.1.13",
"solid-js": "^1.6.10",
"solid-transition-group": "^0.0.10",
"sweetalert2": "^11.4.8",
"typedi": "^0.10.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@stitches/core": "^1.2.8",
"@types/mousetrap": "^1.6.11",
"@types/uuid": "^9.0.1",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-solid": "^2.5.0"
}
}