-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.03 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
{
"name": "mm-centralised-npm-package",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.4",
"@types/enzyme": "^3.10.18",
"@types/jest": "^27.5.1",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"@types/react-redux": "^7.1.17",
"@types/react-router-dom": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.5",
"babel-plugin-typescript-to-proptypes": "^1.4.2",
"core-js": "^3.18.3",
"css-loader": "^6.7.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.37.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-formatjs": "^4.0.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import-newlines": "^1.3.0",
"eslint-plugin-no-relative-import-paths": "^1.5.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.5.1",
"jest-canvas-mock": "^2.5.2",
"jest-junit": "^13.1.0",
"react": "^16.8.6",
"react-intl": "^4.5.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"style-loader": "^3.3.1",
"typescript": "^3.9.10",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1"
},
"peerDependencies": {
"typescript": "^3.9.10"
},
"devDependencies": {
"@types/node": "^20.14.9"
}
}