-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "amiv_bouncer",
"version": "0.0.1",
"description": "Update AMIV API memberships with the member list provided by VSETH.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack -p --config webpack.config.prod.js",
"lint": "eslint src/**.js",
"lint-fix": "eslint --fix src/**.js"
},
"repository": {
"type": "git",
"url": "[email protected]:NotSpecial/amiv_bouncer.git"
},
"author": "Alexander Dietmüller, Sandro Lutz",
"dependencies": {
"local-storage": "^2.0.0",
"mithril": "^2.0.4",
"papaparse": "^5.0.2",
"polythene-core-css": "^1.7.1",
"polythene-css": "^1.7.1",
"polythene-mithril": "^1.7.1",
"polythene-style": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"babel-loader": "^8.0.6",
"core-js": "^3.2.1",
"regenerator-runtime": "0.13.3",
"@babel/preset-env": "^7.5.5",
"compression-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.18.2",
"file-loader": "^4.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
}
}