-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.09 KB
/
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": "macmineable",
"version": "0.15.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:app": "npm run build && ./build.sh",
"test": "ava --verbose",
"push": "git push && git push --tags",
"release": "node scripts/release.js && git push --follow-tags",
"update:coins": "node scripts/updateApiCoins.js"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.0.0-beta.52",
"@svelte-use/core": "^0.10.1",
"@svelte-use/shared": "^0.10.1",
"c3": "^0.7.20",
"lodash.isequal": "^4.5.0",
"svelte-spa-router": "^3.2.0",
"tinykeys": "^1.2.0",
"vercel-toast": "^1.5.3"
},
"devDependencies": {
"@2nthony/prettier-config": "^1.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.26",
"autoprefixer": "^10.3.6",
"ava": "^3.15.0",
"bumpp": "^7.1.1",
"esm": "^3.2.25",
"fs-extra": "^10.0.0",
"postcss": "^8.3.8",
"svelte": "^3.43.1",
"svelte-preprocess": "^4.9.7",
"tailwindcss": "^2.2.16",
"typescript": "^4.4.4",
"vite": "^2.6.2"
},
"ava": {
"require": [
"esm"
]
}
}