This repository was archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.61 KB
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
{
"name": "TribalKnowNow",
"private": true,
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.12.10",
"@fortawesome/fontawesome-free": "^5.13.0",
"@rails/webpacker": "^5.1.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "4.5.0",
"classnames": "^2.2.6",
"elliptic": "^6.5.3",
"immutable": "^4.0.0-rc.12",
"jquery": "3.5.1",
"jquery-ui": "^1.13.0",
"jquery-ujs": "1.2.2",
"jquery.easing": "^1.4.1",
"keymirror": "^0.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"resolve-url-loader": "^3.1.0",
"serialize-javascript": "^3.1.0",
"showdown": "^1.9.1",
"webpack": "^4.43.0"
},
"devDependencies": {
"babel-jest": "^26.0.1",
"eslint": "^7.1.0",
"eslint-plugin-react": "^7.20.0",
"eslint-watch": "^6.0.1",
"jest": "^26.0.1",
"jest-cli": "^26.0.1",
"jest-junit": "^10.0.0",
"lint-staged": "^10.2.6",
"react-hot-loader": "^4.12.21",
"react-transform-catch-errors": "^1.0.2",
"stylelint": "^13.5.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-declaration-use-variable": "^1.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}