This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·66 lines (66 loc) · 1.79 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
{
"name": "woodsauc",
"version": "1.9.3",
"description": "Auction tool for streamers",
"scripts": {
"lint": "eslint src/js",
"dev": "webpack",
"build": "export WEBPACK_MODE=production && webpack && unset WEBPACK_MODE",
"start": "webpack-dev-server",
"docs": "jsdoc -c jsdoc.config.json"
},
"repository": "gitlab:WoodsAuc/woodsauc.gitlab.io",
"keywords": [
"auction",
"tool",
"live",
"stream",
"twitch",
"goodgame"
],
"author": "Artjom Löbsack",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/WoodsAuc/woodsauc.gitlab.io/issues",
"email": "[email protected]"
},
"homepage": "https://woodsauc.gitlab.io",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.0",
"html-webpack-plugin": "^3.2.0",
"jsdoc": "^3.6.3",
"jsdoc-babel": "^0.5.0",
"mini-css-extract-plugin": "^0.7.0",
"postcss-clean": "^1.1.0",
"postcss-focus": "^4.0.0",
"postcss-loader": "^3.0.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"workbox-webpack-plugin": "^4.3.1",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@sentry/browser": "^5.5.0",
"node-vibrant": "^3.1.3",
"ripplet.js": "^0.1.14",
"socket.io-client": "^2.2.0",
"vanilla-picker": "^2.9.2"
}
}