-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.13 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
{
"name": "qtool-frontend",
"version": "0.0.1",
"description": "AMIV quaestor bookkeeping tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack -d --watch",
"server": "webpack-dev-server --hot --inline",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint src/*.js src/**/*.js",
"stylelint": "stylelint 'src/**/*.less'",
"format": "prettier --write '**/*.{js,jsx}'"
},
"keywords": [],
"author": "AMIV an der ETH",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@material/drawer": "^0.30.0",
"@material/select": "^0.35.1",
"amiv-web-ui-components": "git+https://[email protected]/amiv/web-ui-components.git#441f87aa23892fd6e92d878aa9f7725cf9e385ea",
"client-oauth2": "^4.2.3",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"i18next": "^15.1.0",
"i18next-browser-languagedetector": "^3.0.1",
"iban": "0.0.12",
"install": "^0.12.2",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.1.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"log4js": "^5.0.0",
"mithril": "^1.1.6",
"mithril-infinite": "^1.2.4",
"npm": "^6.10.3",
"polythene-core-css": "^1.5.4",
"polythene-css": "^1.5.4",
"polythene-mithril": "^1.5.4",
"polythene-utilities": "^1.5.4",
"save-file": "^2.3.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"css-loader": "^2.1.0",
"eslint": "^5.11.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-prettier": "^3.0.1",
"html-loader": "^0.5.5",
"prettier": "1.15.3",
"robotstxt-webpack-plugin": "^4.0.1",
"style-loader": "^0.23.1",
"stylelint": "^9.9.0",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1",
"webpack-log": "^3.0.1"
}
}