-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.25 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
{
"name": "MSDevEnv-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js --ext .jsx --max-warnings 0 --ignore-pattern _Dev/",
"prettier": "prettier --write **/*.{ts,js,jsx,css,html}",
"build": "webpack --config webpack.prod.config.js --env app=\"Lost Ark Manager\"",
"start": "webpack serve --config webpack.config.js --open --env app=\"Lost Ark Manager\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@types/react": "^17.0.44",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"dotenv": "^10.0.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^1.1.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"node-polyfill-webpack-plugin": "^1.1.4",
"nodemon-webpack-plugin": "^4.7.0",
"react-svg-loader": "^3.0.3",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2",
"webpack-node-externals": "^3.0.0",
"webpack-virtual-modules": "^0.4.3"
},
"dependencies": {
"create-selector": "^5.0.0",
"eventsource": "^2.0.0",
"firebase": "^9.6.10",
"history": "^4.10.1",
"moment": "^2.29.1",
"money-clip": "^3.0.5",
"path-to-regexp": "^6.2.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"tiny-invariant": "^1.2.0",
"tiny-warning": "^1.0.3",
"use-memo-one": "^1.1.2",
"uuid": "^8.3.2"
}
}