-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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
{
"name": "milal-app",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate_wordfile": "npx tsx generate_wordfile.ts"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@emotion/react": "^11.11.4",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.3",
"dotenv": "^16.4.5",
"font-awesome": "^4.7.0",
"framer-motion": "^11.2.14",
"mobx": "^6.13.0",
"mobx-react-lite": "^4.0.7",
"moment": "^2.30.1",
"mongoose": "^8.5.0",
"next": "14.2.4",
"react": "^18",
"react-canvas-confetti": "^2.0.7",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-simple-keyboard": "^3.7.131",
"reflect-metadata": "^0.2.2",
"simple-keyboard-layouts": "^3.4.1",
"simple-notify": "^1.0.4"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@types/babel__core": "^7",
"@types/bootstrap": "^5",
"@types/canvas-confetti": "^1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/request-ip": "^0.0.41",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"packageManager": "yarn@4.3.1"
}