forked from Morta1/IdleonToolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.83 KB
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
61
62
63
64
65
{
"name": "idleon-toolbox",
"version": "0.1.0",
"private": true,
"module": "es6",
"scripts": {
"dev": "next dev --port=3001",
"build": "next build",
"start": "npx serve@latest out",
"postbuild": "node utility/generate-sitemap.mjs",
"test": "jest",
"lint": "next lint",
"prepare": "husky || true"
},
"dependencies": {
"@ctrl/react-adsense": "^1.7.0",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mantine/hooks": "^7.17.0",
"@mui/icons-material": "^6.4.1",
"@mui/lab": "^6.0.0-beta.24",
"@mui/material": "^6.4.1",
"@nivo/bar": "^0.99.0",
"@nivo/core": "^0.99.0",
"@nivo/pie": "^0.99.0",
"@sentry/nextjs": "^8.41.0",
"@tabler/icons-react": "^3.30.0",
"@types/react": "^18.3.18",
"core-js": "^3.39.0",
"date-fns": "^2.28.0",
"firebase": "^9.22.0",
"flubber": "^0.4.2",
"framer-motion": "^10.12.16",
"globby": "^14.0.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"husky": "^9.0.11",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"next": "14.0.0",
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-cookie-consent": "^9.0.0",
"react-countdown-circle-timer": "^3.0.9",
"react-dom": "^18.2.0",
"react-process-string": "^1.2.0",
"react-syntax-highlighter": "^15.6.1",
"react-transition-group": "^4.4.5",
"typescript": "^5.3.3"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "^20.11.5",
"@types/react-dom": "^18.2.18",
"eslint": "8.13.0",
"eslint-config-next": "^13.4.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.0.0",
"ts-node": "^10.9.2"
}
}