-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "twitch-points-song-request",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "netlify dev",
"build": "webpack --mode=production",
"build-lambda": "netlify-lambda install",
"start": "concurrently npm:watch-*",
"watch-webpack": "webpack --mode=development --watch",
"watch-hugo": "wait-on ./assets/js/bundle.js && hugo server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YoseptF/Twitch-Points-Song-Request.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/YoseptF/Twitch-Points-Song-Request/issues"
},
"homepage": "https://github.com/YoseptF/Twitch-Points-Song-Request#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"netlify-cli": "^2.59.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"wait-on": "^5.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"bootstrap": "^4.4.1",
"crypto-js": "^4.0.0",
"dotenv-webpack": "^1.7.0",
"firebase": "^7.14.2",
"netlify-lambda": "^2.0.1",
"regenerator-runtime": "^0.13.5",
"tmi.js": "^1.5.0"
}
}