-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.68 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
102
103
104
105
106
107
{
"name": "@limio/components",
"version": "1.0.0",
"main": "index.js",
"license": "UNLICENSED",
"private": true,
"scripts": {
"lint": "eslint .",
"mkpretty": "prettier --write .",
"test": "jest",
"deploy": "yarn limio:package -l \"${DEPLOY_TAG:-latest}\" -a limio-components -b frontend.artifacts.eu-west-1.limio.com -r eu-west-1 ./ /limio-components/",
"component:webpack": "NODE_OPTIONS=\"--trace-deprecation --trace-warnings\" yarn webpack --config ./templates/webpack.config.cjs --context $INIT_CWD",
"build:custom": "NODE_OPTIONS=\"--trace-deprecation --trace-warnings\" yarn webpack --config ./templates/webpack.config.cjs --context $INIT_CWD/build"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"babel-jest": "^28.1.3",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^3.0.0",
"crypto-browserify": "^3.12.0",
"css-minimizer-webpack-plugin": "^1.2.0",
"eslint": "^8.25.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
"eslint-plugin-promise": "^6.1.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.5.0",
"history": "^5.0.0",
"html-webpack-plugin": "^5.3.1",
"html-webpack-prerender-plugin": "^0.1.0",
"https-browserify": "^1.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.2.1",
"jest-axe": "^6.0.0",
"jest-environment-jsdom": "^29.2.1",
"jest-extended": "^3.1.0",
"jest-resolve": "29.2.1",
"jsdom": "^20.0.0",
"msw": "0.47.4",
"path-browserify": "^1.0.1",
"prettier": "^2.5.1",
"prop-types": "^15.7.2",
"react-dom": "^18.2.0",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"stream-browserify": "^3.0.0",
"svg-url-loader": "^7.1.1",
"terser-webpack-plugin": "^5.1.1",
"uuid": "^8.3.2",
"webpack": "^5.69.1",
"webpack-manifest-plugin": "^4.1.1",
"xss": "^1.0.8"
},
"dependencies": {
"@babel/cli": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.19.4",
"@sentry/browser": "^7.15.0",
"babel-loader": "^8.2.3",
"core-js": "3.23.3",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"jimp": "^0.16.1",
"less": "^4.1.1",
"less-loader": "^7.3.0",
"luxon": "^3.3.0",
"mini-css-extract-plugin": "^1.3.5",
"path-browserify": "^1.0.1",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reduce-reducers": "^1.0.4",
"redux": "^4.0.5",
"responsive-loader": "^2.3.0",
"sass-loader": "^13.0.2",
"terser-webpack-plugin": "^5.1.1",
"url-loader": "^4.1.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"whatwg-fetch": "^3.6.2"
},
"workspaces": {
"packages": [
"*"
]
},
"packageManager": "[email protected]"
}