This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
generated from hazimoarafa/Nextjs-ChakraUI-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
61 lines (61 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "schoolsimplified",
"version": "1.0.0",
"author": "Hazim Arafa <hazimarafa80@gmail.com>",
"description": "School Simplified is a digital nonprofit whose mission is to spread educational equality by providing free academic services, products, and opportunities for teenagers.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HazimAr/School-Simplified/"
},
"keywords": [
"School",
"Simplified",
"Education"
],
"scripts": {
"dev": "next dev -p 6969",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "npx prettier --write ."
},
"dependencies": {
"@babel/core": "^7.16.12",
"@badrap/bar-of-progress": "^0.1.2",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.8.1",
"@chakra-ui/theme-tools": "^1.3.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"axios": "^0.25.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.3",
"fuzzaldrin-plus": "^0.6.0",
"material-design-icons": "^3.0.1",
"next": "^12.0.10",
"pdfjs-dist": "^2.12.313",
"react": "^17.0.2",
"react-countup": "^6.1.1",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-katex": "^2.0.2",
"react-pdf": "^5.7.0",
"stylis": "^3.5.4",
"webpack": "^5.68.0",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.7",
"@types/babel__core": "^7.1.18",
"@types/fuzzaldrin-plus": "^0.6.2",
"@types/next": "^9.0.0",
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"@types/react-icons": "^3.0.0",
"@types/react-pdf": "^5.0.9",
"eslint": "^8.8.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
}
}