-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "transmute.codes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build-rust": "wasm-pack build --target bundler wraptor",
"build": "next build",
"start": "next start",
"lint": "next lint",
"shove": "git add -A; git commit -m ':rainbow::rocket:'; git push origin main"
},
"dependencies": {
"@ali1416/qrcode-encoder": "^1.1.3",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@tsparticles/engine": "^3.0.3",
"@tsparticles/react": "^3.0.0",
"base45-web": "^1.0.2",
"gif-encoder-2-browser": "^1.0.5",
"next": "14.0.4",
"pako": "^2.1.0",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-particles": "^2.12.2",
"react-toastify": "^9.1.3",
"react-zxing": "^2.0.0",
"tsparticles": "^3.0.3",
"tsparticles-engine": "^2.12.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5",
"wasm-pack": "^0.12.1"
}
}