-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
96 lines (96 loc) · 2.95 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
{
"name": "case-web-app-core",
"description": "Common logic and components for the participant web-app",
"version": "2.7.4",
"scripts": {
"build": "rollup -c",
"storybook": "start-storybook -p 6007",
"storybook:export": "build-storybook",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "yarn build"
},
"main": "build/index.js",
"module": "build/index.es.js",
"files": [
"build"
],
"devDependencies": {
"@babel/core": "^7.19.6",
"@fontsource/open-sans": "^4.5.14",
"@reduxjs/toolkit": "1.8.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@storybook/addon-actions": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.4.22",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.2.0",
"@types/jest": "^29.2.0",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.throttle": "^4.1.7",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.11",
"@types/react-google-recaptcha": "2.1.4",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"axios": "^1.1.3",
"babel-loader": "^8.2.5",
"babel-preset-react-app": "^10.0.1",
"bootstrap": "^5.2.3",
"case-web-ui": "^1.15.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"eslint": "^8.31.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.2.0",
"identity-obj-proxy": "^3.0.0",
"iframe-resizer-react": "^1.1.0",
"jest": "^29.2.1",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.throttle": "^4.1.1",
"postcss": "^8.4.18",
"react": "^17.0.2",
"react-bootstrap": "^2.7.3",
"react-device-detect": "^2.2.3",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-helmet-async": "^1.3.0",
"react-i18next": "^12.2.0",
"react-redux": "^7.2.6",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.3",
"redux": "^4.1.2",
"rollup": "^2.62.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"sass": "^1.49.9",
"sass-loader": "^12.4.0",
"storybook-react-router": "^1.0.8",
"survey-engine": "^1.2.1",
"ts-jest": "^29.0.3",
"typescript": "^4.5.5",
"typescript-plugin-css-modules": "^3.4.0"
},
"peerDependencies": {
"bootstrap": "^5.1.3",
"case-web-ui": "^1.15.0",
"encoding": "^0.1.13",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.8",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"survey-engine": "^1.2.1"
}
}