This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
forked from hazimoarafa/School-Simplified-Website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.05 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
{
"name": "schoolsimplified",
"version": "1.1.0",
"author": "School Simplified <support@schoolsimplified.org>",
"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/LeftistTachyon/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 .",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.17.7",
"@badrap/bar-of-progress": "^0.1.2",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@matejmazur/react-katex": "^3.1.3",
"@notionhq/client": "^1.0.4",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"formik": "^2.2.9",
"framer-motion": "^6.3.3",
"fuzzaldrin-plus": "^0.6.0",
"material-design-icons": "^3.0.1",
"next": "^12.1.6",
"pdfjs-dist": "^2.13.216",
"react": "^17.0.2",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-pdf": "^5.7.1",
"stylis": "^4.1.0",
"ts-jest": "^28.0.7",
"webpack": "^5.70.0",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.7",
"@next/bundle-analyzer": "^12.1.6",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@types/babel__core": "^7.1.19",
"@types/fuzzaldrin-plus": "^0.6.2",
"@types/node": "^17.0.21",
"@types/react": "^17.0.44",
"@types/react-pdf": "^5.0.9",
"eslint": "^8.11.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"prettier": "^2.6.0",
"typescript": "^4.6.3"
}
}