forked from zetkin/app.zetkin.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
163 lines (163 loc) · 5.21 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "app.zetkin.org",
"version": "41.0.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
"build": "next build",
"start": "next start -p 80",
"devserver": "next dev -p 3000",
"lint:eslint": "eslint src integrationTesting",
"lint:prettier": "prettier --check src integrationTesting",
"lint:translations": "ts-node src/tools/lint-translations",
"lint": "run-p lint:*",
"check-types": "tsc --noEmit",
"test": "jest",
"suite:0-checks": "run-p lint:* check-types",
"suite:1-test": "yarn test",
"suite:2-integration": "yarn playwright:ci",
"suite": "run-s suite:*",
"playwright": "cross-env NODE_ENV=production playwright test",
"playwright:skipbuild": "cross-env NODE_ENV=production SKIP_BUILD=1 playwright test",
"playwright:ci": "cross-env NODE_ENV=production playwright test",
"storybook": "storybook dev -p 6006",
"make-yaml": "ts-node src/tools/make-yaml.ts",
"build-storybook": "storybook build"
},
"dependencies": {
"@date-io/date-fns": "1.x",
"@date-io/dayjs": "1.x",
"@editorjs/editorjs": "^2.28.2",
"@editorjs/header": "^2.8.1",
"@editorjs/paragraph": "^2.11.3",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hapi/iron": "^7.0.1",
"@messageformat/parser": "^5.1.0",
"@mui/base": "^5.0.0-alpha.99",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.100",
"@mui/material": "^5.10.7",
"@mui/material-nextjs": "^5.15.11",
"@mui/styles": "^5.10.6",
"@mui/system": "^5.10.7",
"@mui/x-data-grid-pro": "^6.14.0",
"@mui/x-date-pickers-pro": "^6.14.0",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@nivo/radial-bar": "^0.80.0",
"@reduxjs/toolkit": "^1.8.6",
"@types/dompurify": "^2.3.3",
"@types/mjml": "^4.7.4",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.22.1",
"dayjs": "^1.10.6",
"final-form": "^4.20.2",
"fuse.js": "^6.5.3",
"intl-messageformat": "^10.3.1",
"iron-session": "^8.0.1",
"is-url": "^1.2.4",
"isomorphic-dompurify": "^0.19.0",
"leaflet": "^1.9.3",
"letterparser": "^0.0.8",
"libphonenumber-js": "^1.10.51",
"lodash": "^4.17.21",
"marked": "^4.0.16",
"mjml": "^4.15.3",
"mongoose": "^8.6.0",
"mui-rff": "^6.1.2",
"negotiator": "^0.6.2",
"next": "^14.1.0",
"node-xlsx": "^0.21.0",
"nprogress": "^0.2.0",
"papaparse": "^5.4.1",
"random-seed": "^0.3.0",
"react": "18.3.0-canary-763612647-20240126",
"react-contenteditable": "^3.3.7",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.3.0-canary-763612647-20240126",
"react-dropzone": "^14.2.1",
"react-final-form": "^6.5.9",
"react-intl": "^6.1.0",
"react-leaflet": "^4.2.1",
"react-redux": "^8.0.4",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-slate": "^1.8.6",
"slate": "^0.94.1",
"slate-history": "^0.66.0",
"slate-react": "^0.98.3",
"slugify": "^1.6.5",
"timezones-list": "^3.0.2",
"tsconfig-paths": "^4.1.2",
"unified": "^10.1.2",
"validator": "^13.6.0",
"xlsx": "^0.18.5",
"xlsx-js-style": "^1.2.0",
"yaml": "^1.10.0",
"zetkin": "~1.3.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@playwright/test": "~1.25.0",
"@storybook/addon-actions": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/nextjs": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/test": "^8.1.10",
"@testing-library/react": "^13.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/chance": "^1.1.3",
"@types/is-url": "^1.2.30",
"@types/jest": "^27.0.2",
"@types/leaflet": "^1.9.3",
"@types/marked": "^4.0.3",
"@types/negotiator": "^0.6.1",
"@types/node": "^16.3.3",
"@types/nprogress": "^0.2.0",
"@types/papaparse": "^5.3.10",
"@types/random-seed": "^0.3.3",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/validator": "^13.6.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"babel-loader": "^8.2.2",
"chance": "^1.1.8",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-no-switch-statements": "^1.0.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-yml": "^0.13.0",
"jest": "^27.2.4",
"moxy": "^0.1.2",
"next-compose-plugins": "^2.2.0",
"next-router-mock": "^0.7.4",
"next-transpile-modules": "^4.1.0",
"npm-run-all2": "^6.0.4",
"prettier": "^2.5.1",
"storybook": "^8.1.10",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.6",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^5.4.3"
},
"engines": {
"node": ">=18.0.0"
}
}