-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "pwgen",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"generate": "run-s build export"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vanilla-extract/css": "^1.9.2",
"classnames": "^2.3.2",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"framer-motion": "^8.0.2",
"i18next": "^22.4.3",
"jotai": "^1.12.1",
"jotai-optics": "^0.2.0",
"js-yaml-loader": "^1.2.2",
"json-loader": "^0.5.7",
"modern-css-reset": "^1.4.0",
"next": "13.0.5",
"next-i18next": "^13.0.1",
"optics-ts": "^2.4.0",
"random-number-csprng": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.1",
"typescript": "4.9.3",
"yaml-flat-loader": "^1.0.2"
},
"devDependencies": {
"@types/random-number-csprng": "^1.0.0",
"@vanilla-extract/next-plugin": "^2.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.1",
"prettier-plugin-md-nocjsp": "^1.5.0",
"sass": "^1.57.1"
},
"packageManager": "[email protected]",
"browserslist": [
">0.5% and not dead and supports bigint and not and_uc > 0",
"firefox esr",
"last 1 and_ff version"
]
}