-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "extro",
"version": "1.4.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@tippyjs/react": "^4.2.5",
"benz-amr-recorder": "^1.1.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.6",
"libphonenumber-js": "^1.9.27",
"lodash": "^4.17.21",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"sql.js": "^1.6.1",
"tippy.js": "^6.3.1"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.5.0-alpha.2",
"@types/crypto-js": "^4.0.2",
"@types/lodash": "^4.14.172",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.0",
"@types/sql.js": "^1.4.2",
"@types/wicg-file-system-access": "^2020.9.2",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.3.3",
"clsx": "^1.1.1",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.3.6",
"prettier": "2.3.2",
"tailwindcss": "^3.0.0-alpha.1",
"typescript": "^4.3.2",
"vite": "^2.5.1"
}
}