-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 KB
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
{
"name": "react-drupal-webform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:debug": "NODE_OPTIONS='--inspect=0.0.0.0:9229' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tippyjs/react": "^4.2.6",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@welldone-software/why-did-you-render": "^10.0.1",
"classnames": "^2.5.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"google-map-react": "^2.2.5",
"install": "^0.13.0",
"isomorphic-dompurify": "^2.22.0",
"next": "15.2.2",
"next-drupal": "^2.0.0",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-drupal-webform": "^1.0.2-alpha",
"react-hook-form": "^7.54.2",
"react-html-props": "^2.0.10",
"react-select": "^5.10.1",
"sass": "^1.86.0",
"tippy.js": "^6.3.7",
"yaml": "^2.7.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.22.0",
"eslint-config-next": "^15.2.2",
"typescript": "5.5.4"
}
}