-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.27 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.27 KB
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
{
"name": "myschedule",
"version": "1.0.0",
"description": "MySchedule is a website to help users to schedule their college subject time table. Users can choose their desired courses from all term. To arrange the schedule, the user just need to choose the courses that they want to take.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/myschedule/myschedule.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.4.3",
"@fullcalendar/core": "^4.0.2",
"@fullcalendar/daygrid": "^4.0.1",
"@fullcalendar/timegrid": "^4.0.1",
"jquery": "^3.4.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"bulma": "^0.7.4",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
},
"scripts": {
"dev": "webpack --mode development",
"watch": "webpack --watch --mode development",
"build": "webpack --mode production"
},
"bugs": {
"url": "https://gitlab.com/myschedule/myschedule/issues"
},
"homepage": "https://gitlab.com/myschedule/myschedule#readme"
}