-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.5 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "runestip-dashboard",
"version": "0.0.1",
"description": "Admin dashboard for RUNES-tip",
"scripts": {
"extract": "lingui extract",
"compile": "lingui compile",
"dev": "webpack serve --mode development --env development --config ./webpack/webpack-dev.config.js --color",
"build": "rm -rf dist && node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config ./webpack/webpack-prod.config.js",
"start": "NODE_ENV=production PORT=3000 pm2 start ./server.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm run test -- --watch",
"lint": "eslint src test webpack",
"lint:fix": "eslint src test webpack --fix --ext .js,.jsx .",
"fix-js": "eslint-auto-fix",
"standard-version": "git add . && standard-version --commit-all",
"pre-release:minor": "git add . && standard-version --commit-all --release-as minor",
"pre-release:patch": "git add . && standard-version --commit-all --release-as patch",
"pre-release:major": "git add . && standard-version --commit-all --release-as major",
"release": "npm-run-all build standard-version",
"release:minor": "npm-run-all build pre-release:minor",
"release:patch": "npm-run-all build pre-release:patch",
"release:major": "npm-run-all build pre-release:major"
},
"keywords": [
"MySQL",
"React",
"Redux",
"Token Authentication",
"Airbnb Eslint",
"SCSS",
"Babel",
"Webpack Configuration",
"RunesX",
"Runebase",
"Tipbot",
"Discord",
"Telegram",
"Matrix"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bobpepers/runes-tip-dashboard"
},
"author": "Jonas Collier",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@lingui/cli": "^3.14.0",
"@svgr/webpack": "^6.3.1",
"babel-loader": "^8.2.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint-auto-fix": "^1.0.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"https-browserify": "^1.0.0",
"image-minimizer-webpack-plugin": "^3.2.3",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"javascript-obfuscator": "^4.0.0",
"mocha": "^10.0.0",
"npm": "^8.16.0",
"os-browserify": "^0.3.0",
"react-hot-loader": "^4.13.0",
"sass-loader": "^13.0.2",
"source-map-loader": "^4.0.0",
"standard-version": "^9.5.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-obfuscator": "^3.5.1"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fortawesome/fontawesome-free": "^6.1.2",
"@lingui/core": "^3.14.0",
"@lingui/macro": "^3.14.0",
"@lingui/react": "^3.14.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@mui/styles": "^5.9.3",
"@reduxjs/toolkit": "^1.8.3",
"axios": "^0.27.2",
"babel-runtime": "^6.26.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"notistack": "^2.0.5",
"prop-types": "^15.8.1",
"qrcode": "^1.5.1",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-moment": "^1.1.2",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-tsparticles": "^2.1.4",
"redux": "^4.2.0",
"redux-form": "^8.3.8",
"socket.io-client": "^4.5.1",
"speakeasy": "^2.0.0",
"styled-components": "^5.3.5",
"tsparticles": "^2.1.4"
}
}