-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
92 lines (92 loc) · 2.8 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
{
"name": "scrivito-neoletter-form-widgets",
"version": "0.0.29",
"description": "A set of Scrivito Neoletter Form Widgets",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack --watch --mode development",
"link": "cd build && npm link",
"link:vite-project": "npm link",
"publish:build": "npm run build && cd build && npm publish",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "jest"
},
"keywords": [
"Scrivito",
"widgets",
"react",
"form",
"questionnaire",
"neoletter"
],
"peerDependencies": {
"history": "^5.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"scrivito-icon-editor": "^0.0.2",
"scrivito": "*"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-test-renderer": "^18.0.7",
"@types/scrivito": "^1.22.5",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"es-check": "^5.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-serializer-html": "^7.1.0",
"jest-transform-stub": "^2.0.0",
"jsdom": "^23.0.1",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "^2.7.1 || ^3.0.3",
"react-test-renderer": "^18.2.0",
"sass": "^1.77.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.2",
"ts-jest-mock-import-meta": "^1.2.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"url-loader": "^3.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Scrivito/scrivito-neoletter-form-widgets.git"
},
"author": "aea-JR",
"license": "MIT",
"bugs": {
"url": "https://github.com/Scrivito/scrivito-neoletter-form-widgets/issues"
},
"homepage": "https://github.com/Scrivito/scrivito-neoletter-form-widgets#readme"
}