-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 878 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
{
"name": "solid-crypto",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint **/*.tsx **/*.tsx ",
"lint:fix": "eslint **/*.tsx **/*.tsx --fix",
"test": "vitest"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-plugin-solid": "^0.4.6",
"jsdom": "^19.0.0",
"solid-dom-testing": "^0.0.3",
"solid-testing-library": "^0.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vite-plugin-solid": "^2.2.6",
"vitest": "^0.5.6"
},
"dependencies": {
"@solid-primitives/storage": "^1.1.1",
"apexcharts": "^3.33.2",
"solid-apexcharts": "^0.1.3",
"firebase": "^9.6.10",
"solid-app-router": "^0.2.1",
"solid-js": "^1.3.14"
}
}