-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"private": true,
"name": "last2kdbx",
"version": "0.0.0",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@snackbar/core": "^1.7.0",
"argon2-wasm-esm": "^1.0.2",
"buffer": "^6.0.3",
"csv-parse": "^4.15.3",
"debug": "^4.3.1",
"fecha": "^4.2.0",
"file-saver": "^2.0.5",
"kdbxweb": "^1.14.2",
"papaparse": "^5.3.0",
"pify": "^5.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"underscore": "^1.12.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/file-saver": "^2.0.1",
"@types/kdbxweb": "^1.2.2",
"@types/papaparse": "^5.2.5",
"@types/pify": "^5.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/underscore": "^1.11.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^4.1.2",
"vite": "^2.0.5"
}
}