-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 930 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
{
"name": "sergif",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write '**/*.{ts,cjs,json,md,yaml,css,html}'",
"lint": "tsc && eslint . && prettier --check '**/*.{ts,cjs,json,md,yaml,css,html}'"
},
"devDependencies": {
"@types/downloadjs": "^1.4.3",
"@types/node": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.9.0",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5",
"vite": "^2.8.0",
"vite-tsconfig-paths": "^3.4.1"
},
"dependencies": {
"@ultirequiem/tixte": "^0.1.1",
"downloadjs": "^1.4.7",
"kumeru": "^0.1.0",
"nanoid": "^3.3.1",
"netfun": "^0.1.0",
"recordrtc": "^5.6.2",
"sweetalert2": "^11.4.4"
}
}