-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 838 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
{
"name": "RustyVault",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build && next export -o dist",
"tauri": "tauri"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tauri-apps/api": "^1.5.2",
"bootstrap": "^5.2.3",
"clipboard-copy": "^4.0.1",
"dotenv": "^16.3.1",
"next": "^13.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-native-flash-message": "^0.4.0",
"react-notifications": "^1.7.4",
"react-notifications-component": "^4.0.1",
"react-toastify": "^9.1.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0"
}
}