This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
84 lines (84 loc) · 2.58 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
{
"name": "cyb-internsystem",
"private": true,
"description": "CYB internsystem (frontend)",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.8",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@types/domready": "1.0.0",
"@types/moment-timezone": "0.5.30",
"@types/nuclear-js": "1.4.3",
"@types/react-bootstrap": "0.32.26",
"@types/react-dom": "17.0.9",
"@types/react-redux": "7.1.18",
"@types/react-router": "5.1.16",
"@types/react-router-dom": "5.1.8",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"bootstrap-sass": "3.4.1",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "5.2.7",
"domready": "1.0.8",
"eslint": "7.32.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"fbjs": "3.0.0",
"file-loader": "6.2.0",
"git-rev-sync": "3.0.1",
"html-loader": "2.1.2",
"html-webpack-plugin": "5.3.2",
"immutable": "3.8.2",
"json-loader": "0.5.7",
"mathjs": "9.4.4",
"mini-css-extract-plugin": "1.6.2",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"node-sass": "5.0.0",
"nuclear-js": "1.4.0",
"nuclear-js-react-addons-chefsplate": "1.0.1",
"prettier": "2.2.1",
"prop-types": "15.7.2",
"query-string": "6.14.1",
"react": "17.0.1",
"react-autosuggest": "10.1.0",
"react-bootstrap": "0.33.1",
"react-dom": "17.0.1",
"react-hot-loader": "4.13.0",
"react-remarkable": "1.1.3",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"reqwest": "2.0.5",
"sass-loader": "12.1.0",
"style-loader": "3.2.1",
"typesafe-actions": "5.1.0",
"typescript": "4.3.5",
"url-loader": "4.1.1",
"webpack": "5.47.1",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2"
},
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "webpack serve",
"lint": "eslint . --ext js --ext jsx --ext ts --ext tsx",
"lint:fix": "eslint --fix . --ext js --ext jsx --ext ts --ext tsx",
"test": "npm run lint"
},
"dependencies": {
"connected-react-router": "6.9.1",
"react-redux": "7.2.4",
"redux": "4.1.0",
"redux-saga": "1.1.3"
}
}