-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 955 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
32
33
34
35
36
37
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"shove": "git add -A ; git commit -m '🌈 :rocket:'; git push origin main"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.10",
"@noble/hashes": "^1.1.3",
"@transmute/did-jwk-pqc": "^0.0.2",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-toastify": "^9.0.8",
"steg": "^0.1.5",
"uuid": "^9.0.0",
"ace-builds": "^1.10.0",
"react-ace": "^10.1.0"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "12.2.5",
"jest": "^29.0.2",
"jest-environment-jsdom": "^29.0.2",
"prettier": "^2.7.1"
}
}