-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.61 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
{
"name": "cf-content-types-generator-app",
"author": "Marco Link<marcoxlink@gmail.com>",
"license": "MIT",
"version": "0.1.2",
"private": true,
"dependencies": {
"@contentful/app-sdk": "^4.29.1",
"@contentful/f36-components": "^4.56.2",
"@contentful/f36-icons": "^4.26.0",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/f36-workbench": "^4.21.0",
"@contentful/react-apps-toolkit": "^1.2.16",
"@tanstack/react-query": "^4.35.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"cf-content-types-generator": "^2.15.3",
"contentful-management": "^11.31.6",
"cross-env": "^7.0.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"shiki": "^1.14.1",
"typescript": "4.9.5"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "vitest",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "4.2.1",
"happy-dom": "^14.12.3",
"vite": "4.5.3",
"vitest": "0.32.4"
}
}