-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "cipherbox",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.0.1",
"antd": "^4.21.6",
"babel-loader": "8.1.0",
"babel-preset-mobx": "^2.0.0",
"babel-preset-react-app": "^10.0.0",
"bignumber.js": "^9.1.0",
"dayjs": "^1.11.4",
"lodash": "~4.17.21",
"mobx": "^6.3.13",
"mobx-react": "^7.2.1",
"pretty-bytes": "^6.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.2.1",
"react-transition-group": "^2.9.0",
"tauri-plugin-fs-extra-api": "github:tauri-apps/tauri-plugin-fs-extra",
"vite-plugin-imp": "^2.2.0",
"react-i18next": "^11.18.3",
"i18next": "^21.9.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@tauri-apps/cli": "^1.0.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"babel-eslint": "^10.1.0",
"classnames": "^2.3.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.7.1",
"sass": "1.45.2",
"sass-loader": "^10.0.5",
"vite": "^2.9.9",
"vite-plugin-babel-import": "^2.0.5",
"vite-plugin-eslint": "^1.6.1",
"vite-plugin-require-transform": "^1.0.3",
"vite-plugin-svgr": "^2.2.0"
}
}