-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 966 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
{
"name": "awesome-students",
"version": "1.0.0",
"description": "We take it seriously",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:build": "vuepress build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoscaS/awesome_students.git"
},
"keywords": [],
"author": "Sol Rosca",
"license": "ISC",
"bugs": {
"url": "https://github.com/RoscaS/awesome_students/issues"
},
"homepage": "https://github.com/RoscaS/awesome_students#readme",
"dependencies": {
"asciitree": "^1.0.2",
"auth0-js": "^9.7.3",
"chart.js": "^2.7.2",
"luxon": "^1.3.3",
"markdown-it-katex": "^2.0.3",
"material-icons": "^0.2.3",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.6.10",
"vue-chartjs": "^3.4.0",
"vue-slide-toggle": "^1.1.0",
"vuepress": "^0.14.4",
"vuesax": "^3.7.1"
}
}