-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "asmn_twitch_bot",
"version": "0.0.0",
"description": "A Twitch Bot",
"author": "INexizI",
"license": "MIT",
"private": true,
"scripts": {
"start": "rails s -b 'ssl://localhost:5000?key=./localhost.key&cert=./localhost.crt'",
"keys": "openssl req -x509 -sha256 -nodes -newkey rsa:2048 -days 365 -keyout localhost.key -out localhost.crt"
},
"dependencies": {
"@babel/preset-react": "^7.24.6",
"@rails/actioncable": "^7.2.0",
"@rails/activestorage": "^7.2.0",
"@rails/ujs": "^7.1.3",
"@rails/webpacker": "5.4.4",
"ansi-regex": "4.1.1",
"async": "3.2.5",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"glob-parent": "6.0.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.0",
"json5": "^2.2.3",
"nth-check": "2.1.1",
"query-string": "^7.1.3",
"stimulus": "^3.2.2",
"tmi.js": "^1.8.5",
"turbolinks": "^5.2.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"webpack-dev-server": "^3",
"yarn-upgrade-all": "^0.7.1"
}
}