-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
119 lines (119 loc) · 4.02 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
{
"name": "partaj",
"version": "0.1.0",
"description": "Manage and drive internal advice activity",
"main": "index.js",
"scripts": {
"build": "rm -rf js/translations/sources/js; tsc --noEmit && webpack",
"build-css": "postcss css/styles.css -o ../backend/partaj/static/css/styles.css",
"build-production": "tsc --noEmit && webpack --mode=production",
"generate-l10n-template": "formatjs extract --out-file js/translations/sources/frontend.json --format formatjs-helpers.js 'js/**/*.{ts,tsx}' --ignore './**/*.d.ts'; rip json2pot './js/translations/sources/frontend.json' -o ./js/translations/sources/frontend.pot",
"generate-translations": "rip po2json './js/translations/*.po' -o './js/translations' -m './js/translations/sources/**/*.json'",
"test": "TZ=UTC jest",
"test-coverage": "TZ=UTC jest --collectCoverage=true"
},
"repository": "https://github.com/MTES-MCT/partaj",
"author": "Ministères de la Transition écologique et solidaire & Cohésion des territoires",
"license": "MIT",
"browserslist": [
"last 2 versions",
">1%",
"not dead"
],
"dependencies": {
"@babel/core": "7.15.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.26.0",
"@formatjs/cli": "^4.2.33",
"@formatjs/intl-relativetimeformat": "9.2.3",
"@helpscout/helix": "0.1.2",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@sentry/react": "5.24.2",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.0.4",
"@testing-library/user-event": "12.1.6",
"@types/domhandler": "^2.4.2",
"@types/file-saver": "^2.0.7",
"@types/jest": "26.0.14",
"@types/lodash-es": "4.17.3",
"@types/luxon": "1.27.1",
"@types/react": "17.0.24",
"@types/react-autosuggest": "10.1.5",
"@types/react-dom": "17.0.9",
"@types/react-html-parser": "^2.0.2",
"@types/react-intl": "3.0.0",
"@types/react-modal": "3.10.6",
"@types/react-pdf": "^6.2.0",
"@types/react-router-dom": "5.1.6",
"@xstate/react": "0.8.1",
"autoprefixer": "10.4.15",
"babel-jest": "27.2.0",
"babel-loader": "8.2.2",
"babel-plugin-formatjs": "10.3.8",
"browser-resolve": "2.0.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"core-js": "3.6.5",
"cssnano": "5.0.8",
"date-fns": "2.30.0",
"fetch-mock": "9.10.7",
"fetch-mock-jest": "1.3.0",
"file-saver": "^2.0.5",
"filesize": "6.1.0",
"intl-pluralrules": "1.3.1",
"jest": "26.4.2",
"lodash-es": "4.17.21",
"lucide-react": "0.279.0",
"luxon": "1.28.0",
"mdn-polyfills": "5.20.0",
"minimist": "1.2.6",
"node-fetch": "2.6.7",
"postcss": "8.4.29",
"postcss-cli": "8.3.1",
"postcss-import": "14.0.2",
"postcss-nested": "5.0.6",
"prettier": "2.1.2",
"prosemirror-example-setup": "1.1.2",
"prosemirror-model": "1.14.3",
"prosemirror-schema-basic": "1.1.2",
"prosemirror-schema-list": "1.1.6",
"prosemirror-state": "1.3.4",
"prosemirror-view": "1.20.1",
"query-string": "6.13.5",
"react": "18",
"react-autosuggest": "10.1.0",
"react-day-picker": "8.9.1",
"react-dom": "18",
"react-dropzone": "11.2.0",
"react-html-parser": "^2.0.2",
"react-intl": "5.20.10",
"react-intl-po": "2.2.2",
"react-modal": "3.11.2",
"react-pdf": "5.3.2",
"react-query": "3.13.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-uid": "2.3.0",
"tailwind-merge": "1.12.0",
"tailwindcss": "3.4.10",
"tailwindcss-animate": "1.0.7",
"typescript": "4.4.3",
"webpack": "5.60.0",
"webpack-cli": "4.9.1",
"whatwg-fetch": "3.4.1",
"xstate": "4.11.0"
},
"devDependencies": {
"css-loader": "^6.8.1",
"style-loader": "^3.3.3"
}
}