-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 918 Bytes
/
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
{
"name": "lums-course-scheduler",
"version": "1.0.0",
"private": false,
"description": "LUMS Course Scheduler",
"author": "Muhammad Faseeh Ud Din",
"keywords": [
"gatsby",
"LUMS",
"Lahore University Of Management Sciences",
"mfaseehuddin",
"24100178",
"Course Scheduler",
"University",
"Project Mirage",
"pro.mirage",
"faseeh",
"Muhammad Faseeh Ud Din"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^3.10.1",
"gatsby-plugin-sass": "^4.10.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-csv": "^3.10.0",
"immutable-ics": "^0.4.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.35.2",
"sass-loader": "^12.1.0"
}
}