-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.52 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
{
"name": "@macrof/tool-kit",
"version": "0.0.1",
"license": "Apache-2.0",
"description": "React MicroFrontend Tool kit, Typescript, Webpack 5, ModuleFederation",
"author": "FreshTouch",
"repository": {
"type": "git",
"url": "git+https://github.com/FreshTouch/macrof-tool-kit.git"
},
"bugs": {
"url": "https://github.com/FreshTouch/macrof-tool-kit/issues"
},
"homepage": "https://github.com/FreshTouch/macrof-tool-kit",
"keywords": [
"typescript",
"react",
"webpack 5",
"webpack",
"microfrontend",
"microfrontends",
"micro frontend",
"modulefederation",
"module federation",
"craco",
"js",
"tool-kit",
"babelrc",
"commitlint",
"eslint",
"jest",
"precommit",
"prettier",
"tsconfig"
],
"files": [
"precommit",
"eslint",
"prettier",
"babelrc",
"commitlint",
"tsconfig",
"jest"
],
"scripts": {
"ci": "rm -rf node_modules && yarn install --frozen-lockfile",
"preversion": "git rev-parse --abbrev-ref HEAD",
"postversion": "git push origin HEAD && git push origin HEAD --follow-tags"
},
"dependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/node": "7.20.7",
"@babel/plugin-proposal-decorators": "7.20.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.20.7",
"@babel/plugin-transform-modules-commonjs": "7.20.11",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@emotion/babel-plugin": "11.10.6",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"babel-eslint": "10.1.0",
"babel-jest": "29.4.0",
"babel-plugin-import": "1.13.6",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"eslint": "8.32.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sonarjs": "0.17.0",
"eslint-plugin-typescript": "0.14.0",
"prettier": "2.2.1",
"typescript": "4.9.4"
}
}