-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
166 lines (166 loc) · 5.62 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "plannable",
"version": "9.6.0",
"private": true,
"description": "A website that helps UVa students schedule their classes more efficiently.",
"author": {
"email": "",
"name": "Plannable",
"url": "https://github.com/awesome-schedule/plannable"
},
"contributors": [
{
"email": "[email protected]",
"name": "Hanzhi Zhou",
"url": "https://github.com/hanzhi713"
},
{
"email": "[email protected]",
"name": "Kaiying Shan",
"url": "https://github.com/kaiyingshan"
},
{
"email": "[email protected]",
"name": "Zichao Hu",
"url": "https://github.com/OAHC2022"
},
{
"email": "[email protected]",
"name": "Minjun Long",
"url": "https://github.com/Elena6918"
}
],
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build --modern --report",
"lint": "vue-cli-service lint",
"exec": "ts-node -r tsconfig-paths/register -O {\\\"module\\\":\\\"commonjs\\\"}",
"fix": "eslint . --fix",
"test": "vue-cli-service test:unit",
"tsdoc": "typedoc --options typedoc.json ./src",
"updatedata": "rm -rf scripts/data && git clone https://github.com/awesome-schedule/data scripts/data",
"data": "cd scripts && http-server --cors -p 8000 -c-1",
"getdep": "cd src/algorithm; git clone https://github.com/greg7mdp/parallel-hashmap; make glpk",
"getwasm": "./scripts/get_wasm.sh",
"wasm": "./scripts/build_wasm.sh"
},
"main": "electron_main.js",
"backend": {
"name": "Hoosmyprofessor",
"up": "https://match.msnatuva.org/courses/api/save_plannable_profile/",
"down": "https://match.msnatuva.org/courses/api/get_plannable_profile/",
"edit": "https://match.msnatuva.org/courses/api/edit_plannable_profile/",
"code": "https://match.msnatuva.org/oauth/authorize/",
"token": "https://match.msnatuva.org/oauth/api/token/",
"client_id": "56e1ed98f4e740ef883cc7190cf9488c",
"oauth_on_electron": true,
"oauth_electron_redirect_uri": "http://localhost:8081"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"core-js": "^3.6.5",
"dexie": "^2.0.4",
"electron-prompt": "^1.6.0",
"file-saver": "^2.0.5",
"jquery": "^3.5.1",
"lz-string": "^1.4.4",
"papaparse": "^5.3.0",
"quickselect": "^2.0.0",
"randomcolor": "^0.5.4",
"resize-observer-polyfill": "^1.5.1",
"ua-parser-js": "^0.7.23",
"vue": "^2.6.12",
"vue-class-component": "^7.2.3",
"vue-mathjax": "0.0.10",
"vue-property-decorator": "^9.1.2",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@types/bootstrap": "^4.5.1",
"@types/cheerio": "^0.22.23",
"@types/file-saver": "^2.0.1",
"@types/jest": "^24.0.19",
"@types/jquery": "^3.5.5",
"@types/lz-string": "^1.3.34",
"@types/node": "^14.14.22",
"@types/papaparse": "^5.2.4",
"@types/randomcolor": "^0.5.5",
"@types/ua-parser-js": "^0.7.35",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"cheerio": "^1.0.0-rc.5",
"circular-dependency-plugin": "^5.2.2",
"electron": "^18.1.0",
"electron-builder": "^23.0.3",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"http-server": "^0.12.3",
"prettier": "^1.19.1",
"ts-node": "^9.1.1",
"typedoc": "^0.19.2",
"typedoc-plugin-external-module-name": "^4.0.6",
"typedoc-plugin-no-inherit": "1.2.2",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11"
},
"build": {
"appId": "org.plannable",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"win": {
"target": "portable",
"icon": "src/assets/logo-800x800.png"
},
"mac": {
"target": "dmg",
"icon": "src/assets/logo-800x800.png"
},
"linux": {
"target": [
{
"target": "AppImage",
"arch": [
"x64",
"arm64",
"armv7l"
]
},
{
"target": "snap",
"arch": [
"x64"
]
}
],
"category": "productivity",
"icon": "src/assets/logo-800x800.png"
},
"files": [
"dist",
"node_modules",
"electron_main.js"
],
"directories": {
"output": "dist-electron"
},
"publish": {
"provider": "github"
},
"snap": {
"publish": {
"provider": "github"
}
}
},
"repository": "https://github.com/awesome-schedule/plannable"
}