This repository was archived by the owner on Nov 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 2.08 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "scu-courses",
"version": "0.5.0",
"description": "A web application that suggests class schedules to students at Santa Clara based on their degree progress.",
"license": "MIT",
"maintainers": [
"Conner Davis <cdavis@scu.edu> (http://connerdavis.xyz)",
"Matthew Wong <mrwong@scu.edu>"
],
"private": true,
"repository": "connergdavis/scu-courses",
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.7.4",
"babel-polyfill": "^6.26.0",
"bcrypt": "^3.0.7",
"bootstrap": "^4.3.1",
"bufferutil": "^4.0.1",
"canvas": "^2.6.0",
"immutability-helper": "^3.0.1",
"jsdom": "^14.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-responsive-carousel": "^3.1.51",
"react-router-dom": "^5.1.2",
"reactstrap": "^7.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"shortid": "^2.2.15",
"simpl-schema": "^1.5.6",
"tar": "^4.4.13",
"utf-8-validate": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^1.0.0",
"deep-object-diff": "^1.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-recommended": "^4.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.16.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.21.0",
"webpack": "^4.41.2",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-hot-server-middleware": "^0.5.0",
"webpack-meteor-externals": "0.0.5"
}
}