-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "oddol",
"version": "0.1.0",
"description": "Open Data Driven Online Learning",
"main": "index.html",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack -p --mode=production --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnsamuelwrites/ODDOL.git"
},
"keywords": [
"Open-Data",
"Online-Learning",
"Education"
],
"author": "John Samuel",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/johnsamuelwrites/ODDOL/issues"
},
"homepage": "https://github.com/johnsamuelwrites/ODDOL/README.md",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"extract-loader": "^5.0.1",
"file-loader": "^6.0.0",
"postcss-loader": "^3.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@material/checkbox": "^6.0.0",
"@material/chips": "^6.0.0",
"@material/drawer": "^6.0.0",
"@material/elevation": "^6.0.0",
"@material/fab": "^6.0.0",
"@material/form-field": "^6.0.0",
"@material/icon-button": "^6.0.0",
"@material/list": "^6.0.0",
"@material/menu": "^6.0.0",
"@material/menu-surface": "^6.0.0",
"@material/tab-bar": "^6.0.0",
"@material/tab-scroller": "^6.0.0",
"@material/textfield": "^6.0.0",
"@material/theme": "^6.0.0",
"@material/top-app-bar": "^6.0.0",
"http-server": "^0.12.1",
"material-design-icons": "^3.0.1",
"wikidata-sdk": "^7.4.1"
}
}