-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
127 lines (127 loc) · 3.99 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "fronts-client",
"version": "0.1.0",
"description": "Facia tool client side",
"main": "src/index.js",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc && vite build",
"watch": "vite",
"lint": "$(yarn bin)/prettier --check './src/**/*.ts?(x)' && $(yarn bin)/eslint './src/**/*.ts?(x)'",
"lint-fix": "$(yarn bin)/prettier --write './src/**/*.ts?(x)' && $(yarn bin)/eslint './src/**/*.ts?(x)' --fix",
"test": "yarn jest",
"test-integration": "yarn build && node ./integration/run.js",
"test-integration-ci": "node ./integration/run.js",
"run-checks": "yarn test && yarn lint && yarn test-integration"
},
"devDependencies": {
"@guardian/prettier": "^8.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@types/fetch-mock": "^6.0.4",
"@types/jest": "^29.5.1",
"@types/react": "16.14.40",
"@types/react-dom": "^16.8.4",
"@types/react-modal": "^3.6.0",
"@types/react-redux": "^7.1.25",
"@types/react-router-dom": "4.2.2",
"@types/react-transition-group": "^2.0.16",
"@types/redux-form": "^8.3.5",
"@types/redux-mock-store": "^1.0.0",
"@types/sanitize-html": "^2.0.0",
"@types/styled-components": "5.1.32",
"@typescript-eslint/parser": "8.7.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^9.1.0",
"express": "^4.18.2",
"fast-check": "^1.20.1",
"fetch-mock": "^6.4.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-styled-components": "^7.2.0",
"jsdom": "^21.1.1",
"prettier": "3.3.3",
"puppeteer": "^22.3.0",
"react-test-renderer": "^16.13.0",
"redux-mock-store": "^1.5.3",
"style-loader": "^0.23.1",
"testcafe": "^3.5.0",
"ts-jest": "^29.1.0",
"typesafe-actions": "^2.0.4",
"typescript": "^5.3.3",
"typescript-eslint": "^8.7.0",
"utility-types": "^2.1.0",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@types/lodash": "^4.14.117",
"@types/lodash.throttle": "^4.1.4",
"@types/mousetrap": "^1.6.1",
"@types/react-beautiful-dnd": "^11.0.3",
"@types/react-dates": "^21.8.0",
"@types/react-test-renderer": "^16.0.3",
"@types/shallowequal": "^1.1.1",
"@types/uuid": "^3.4.4",
"@vitejs/plugin-react-swc": "^3.3.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.20.2",
"date-fns": "^1.29.0",
"downshift": "^3.1.7",
"fetch": "^1.1.0",
"grid-util-js": "^1.1.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"moment": "^2.29.4",
"mousetrap": "^1.6.2",
"normalise-with-fields": "1.2.0",
"panda-session": "^0.1.6",
"prop-types": "^15.6.1",
"prosemirror-commands": "^1.5.2",
"prosemirror-inputrules": "^1.2.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-menu": "^1.2.4",
"prosemirror-model": "^1.19.3",
"prosemirror-schema-basic": "^1.2.2",
"prosemirror-schema-list": "^1.3.0",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.32.1",
"raven": "^2.5.0",
"raven-js": "^3.24.1",
"react": "17",
"react-beautiful-dnd": "^11.0.5",
"react-dates": "^21.8.0",
"react-dom": "^16.13.0",
"react-icons": "^3.4.0",
"react-is": "16.8.0",
"react-modal": "^3.6.1",
"react-redux": "^8.0.5",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "^4.0.8",
"react-testing-library": "6.1.2",
"react-transition-group": "^2.6.0",
"recharts": "^2.12.2",
"redux": "^4.2.1",
"redux-batched-actions": "^0.4.1",
"redux-form": "^8.2.4",
"redux-thunk": "^2.2.0",
"reselect": "^5.1.0",
"resize-observer-polyfill": "^1.5.1",
"sanitize-html": "^2.10.0",
"shallowequal": "^1.1.0",
"styled-components": "5.3.11",
"ts-optchain": "^0.1.2",
"tti-polyfill": "^0.2.2",
"url": "^0.11.3",
"uuid": "^3.2.1",
"vite": "^5.1.4",
"vite-tsconfig-paths": "^4.3.1"
},
"resolutions": {
"chokidar": "^3.4.0",
"@types/react": "16.14.40",
"history": "4.7.2"
}
}