forked from Your-Peanut-Butter-X-Jelly-Sandwich/its-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
{
"name": "its-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:format": "prettier --write \"**/*.{ts,tsx,js,md,mdx,css,yaml}\""
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@react-native-async-storage/async-storage": "^1.22.3",
"@reduxjs/toolkit": "^2.2.1",
"@typescript-eslint/parser": "^5.0.1",
"@uiw/react-md-editor": "^4.0.3",
"antd": "^5.14.1",
"async-mutex": "^0.4.1",
"axios": "^1.6.7",
"chart.js": "^4.4.2",
"framer-motion": "^11.0.28",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"markdown-it": "^14.0.0",
"markdown-it-texmath": "^1.0.0",
"moment": "^2.30.1",
"monaco-editor": "^0.46.0",
"next": "^14.1.0",
"next-intl": "^3.9.5",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"random-avatar-generator": "^2.0.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"recharts": "^2.12.2",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"cypress": "^13.7.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}