-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.04 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "study-stack",
"version": "1.0.0",
"description": "Modern Study Application",
"main": "index.tsx",
"scripts": {
"test": "test",
"start": "nodemon server/app.ts",
"build": "npx webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mothras-cloud-solutions/study-stack.git"
},
"author": "Study Stack Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/mothras-cloud-solutions/study-stack/issues"
},
"homepage": "https://github.com/mothras-cloud-solutions/study-stack#readme",
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@types/express": "^4.17.21",
"axios": "^1.6.8",
"bulma": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"firebase": "^10.10.0",
"konva": "^9.3.6",
"morgan": "^1.10.0",
"nodemon": "^3.1.0",
"pg": "^8.11.5",
"quill": "^1.3.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-konva": "^18.2.10",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.3",
"@types/pg": "^8.11.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}