-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.1 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
{
"name": "@mediafellows/mfx-ui-dependencies",
"version": "0.0.29",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"url": "git://github.com/mediafellows/mfx-ui-dependencies.git"
},
"description": "npm dependencies for mediafellows frontend projects",
"main": "index.js",
"license": "MIT",
"files": [
"eslint-config",
"babel-config",
"prettier-config",
"postcss-config",
"stylelint-config",
"tsconfig.json"
],
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.6",
"@babel/runtime-corejs3": "^7.10.3",
"@react-hook/resize-observer": "^1.2.4",
"@types/bootstrap": "^5.1.2",
"@types/history": "^4.7.5",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.150",
"@types/moment-duration-format": "^2.2.2",
"@types/node": "^14.0.14",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-router-dom": "^5.1.5",
"@types/webpack": "^4.41.18",
"@types/webpack-dev-server": "^3.11.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"bootstrap": "^5.1.0",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^3.0.0",
"colors": "^1.1.2",
"cookies-js": "^1.2.3",
"copy-webpack-plugin": "^6.0.2",
"core-js": "^3.6.5",
"css-loader": "^3.5.3",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"figlet": "^1.4.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"inquirer": "^7.3.0",
"jest": "^26.0.1",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"mobx-react": "6.3.0",
"mobx-react-router": "^4.1.0",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"nanoid": "^2.0.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^2.5.3",
"react-google-maps": "^9.4.5",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"recompose": "^0.26.0",
"regenerator-runtime": "^0.13.5",
"rollbar-sourcemap-webpack-plugin": "^2.11.1",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.3",
"slack-node": "^0.1.8",
"style-loader": "^1.2.1",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2",
"ts-jest": "^25.5.1",
"ts-node": "^8.10.2",
"typescript": "^3.8.3",
"uri-templates": "^0.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}