-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "tool-hub",
"version": "1.0.0",
"description": "A hub for all tools for openScope airport contributors",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openscope/tool-hub.git"
},
"author": "jakcharvat",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/openscope/tool-hub/issues"
},
"homepage": "https://github.com/openscope/tool-hub#readme",
"devDependencies": {
"autoprefixer": "^9.0.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^1.0.0",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.11",
"node-sass": "^4.9.2",
"postcss-loader": "^2.1.6",
"sass-loader": "^7.0.3",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.2"
},
"dependencies": {
"@material/button": "^0.37.1",
"@material/card": "^0.37.1",
"@material/drawer": "^0.37.1",
"@material/icon-button": "^0.37.1",
"@material/layout-grid": "^0.34.0",
"@material/list": "^0.38.1",
"@material/ripple": "^0.37.1",
"@material/top-app-bar": "^0.37.1",
"@material/typography": "^0.38.0"
}
}