-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 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
{
"private": true,
"scripts": {
"clean": "rimraf \"{node_modules,.next,.next-dev,out,.cache,.idea}\"",
"format": "prettier --write .",
"lint": "next lint",
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/style": "^0.8.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.10.1",
"@reduxjs/toolkit": "^1.9.1",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"framer-motion": "^7.2.0",
"googleapis": "^110.0.0",
"husky": "^8.0.3",
"k6": "^0.0.0",
"next": "latest",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"openai": "^3.1.0",
"prettier": "^2.8.8",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.4",
"react-redux": "^8.0.5",
"react-use": "^17.4.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"remark-breaks": "^3.0.2",
"wavesurfer.js": "^6.2.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.9.4"
}
}