forked from NTUEEInfoDep/NTUEECourseMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
{
"name": "ntuee-course-map",
"private": true,
"description": "A course map for NTUEE students with Gatsby & Notion",
"license": "MIT",
"version": "0.1.0",
"author": "NTUEEInfoDep",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -o",
"develop": "yarn dev",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn dev",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.7.0",
"gatsby": "^4.13.1",
"gatsby-image": "^2.4.9",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sass": "^5.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-remark-normalize-paths": "^1.1.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-source-notion-api": "^0.11.0",
"gatsby-transformer-remark": "^5.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"gatsby-transformer-yaml": "^4.13.0",
"material-ui-search-bar": "^1.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3",
"styled-components": "^5.3.6",
"typescript": "^4.6.4",
"webpack": "^5.72.0"
},
"devDependencies": {
"prettier": "^2.6.2",
"sass": "^1.51.0"
},
"keywords": [
"gatsby",
"notion"
],
"repository": {
"type": "git",
"url": "https://github.com/NTUEEInfoDep/NTUEECourseMap"
}
}