-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.79 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
{
"name": "ck-quiz",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"dev-open": "start http://localhost:3000 && pnpm dev",
"build": "next build",
"build-analyze": "cross-env ANALYZE=true pnpm build",
"export": "rimraf ./out && rimraf ./.next && cross-env NODE_ENV=production next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "11.13.5",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@fontsource/roboto": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/material-nextjs": "^6.1.3",
"axios": "1.7.9",
"clsx": "2.1.1",
"colorette": "2.0.20",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"next": "15.0.4",
"next-react-svg": "1.2.0",
"pixelmatch": "6.0.0",
"pngjs": "7.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"sass": "1.82.0",
"typescript": "5.7.2",
"webpack": "5.97.1"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.4",
"@svgr/webpack": "8.1.0",
"@total-typescript/ts-reset": "0.6.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"autoprefixer": "^10.4.20",
"cross-env": "7.0.3",
"eslint": "^9.0.0",
"eslint-config-next": "15.0.4",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"fs-extra": "11.2.0",
"kill-port": "2.0.1",
"postcss": "8.4.49",
"puppeteer": "23.10.1",
"rimraf": "6.0.1",
"sass-loader": "16.0.4",
"webpack-dev-server": "5.1.0"
}
}