-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 844 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 844 Bytes
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
{
"name": "amiv-web-ui-components",
"version": "0.0.1",
"description": "A collection of components usable with mithril and polythene.",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint src/*.js src/**/*.js",
"lint-fix": "eslint --fix src/*.js src/**/*.js"
},
"repository": {
"type": "git",
"url": "git@gitlab.ethz.ch/amiv/web-ui-components"
},
"author": "Hermann Blum",
"dependencies": {
"ajv": "^6.10.2",
"mithril": "^2.0.4",
"mithril-infinite": "^1.2.8",
"polythene-css": "^1.5.5",
"polythene-mithril": "^1.5.5",
"@material/select": "^3.1.0"
},
"devDependencies": {
"eslint": "^6.2.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2"
}
}