-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.07 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.07 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
66
67
68
69
{
"name": "gdi-edtech",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production concurrently \"node server/server.js\" ",
"build": "NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development concurrently \"nodemon server/server.js\" \"webpack serve --open\"",
"lint": "eslint",
"test": "echo \"Error: no test specified\" && exit 1",
"ci": "yarn build && yarn test && yarn lint && yarn check"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^6.1.1",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^40.0.0",
"@ckeditor/ckeditor5-react": "^6.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mantine/core": "^7.2.1",
"@mantine/dates": "^7.2.1",
"@mantine/hooks": "^7.2.1",
"@mantine/styles": "^6.0.21",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.17",
"@mui/styled-engine-sc": "^6.0.0-alpha.5",
"@tabler/icons-react": "^2.40.0",
"axios": "^1.6.1",
"bootstrap": "^5.3.2",
"cloudinary": "^1.41.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongodb": "^6.2.0",
"mongoose": "^8.0.0",
"multer": "^1.4.5-lts.1",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"sass": "^1.69.5",
"styled-components": "^6.1.1"
}
}