-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.62 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
{
"name": "quizone",
"version": "1.0.0",
"title": "QuiZone",
"description": "QuiZone is a cutting-edge online platform specifically designed to facilitate MCQ (Multiple Choice Question) quizzes for students of all grades in school organizations. Whether you're a teacher, administrator, or student, QuiZone offers a seamless and engaging experience for conducting interactive quizzes that will captivate learners and foster a spirit of healthy competition.",
"author": {
"name": "Utpal",
"url": "https://github.com/theutpal01"
},
"private": false,
"dependencies": {
"@emotion/cache": "11.7.1",
"@emotion/react": "11.9.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.8.1",
"@mui/icons-material": "5.8.2",
"@mui/lab": "5.0.0-alpha.84",
"@mui/material": "5.8.2",
"@mui/styles": "5.8.0",
"clsx": "1.1.1",
"concurrently": "^8.2.0",
"exceljs": "^4.3.0",
"next": "12.1.6",
"next-images": "1.8.4",
"nprogress": "0.2.0",
"react": "17.0.2",
"react-custom-scrollbars-2": "4.4.0",
"react-dom": "17.0.2"
},
"scripts": {
"flask-dev": "python -m flask --app api/index run --debug -p 8000",
"next-dev": "next dev",
"dev": "concurrently \"yarn run next-dev\" \"yarn run flask-dev\"",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint-fix": "next lint --fix",
"format": "prettier --write \"./**/*.{js,jsx,json}\" --config ./.prettierrc"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"next-transpile-modules": "9.0.0",
"prettier": "2.6.2"
}
}