-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.44 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.44 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
{
"name": "graphql-playground-v2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@contentful/app-sdk": "^4.23.1",
"@contentful/f36-components": "^4.54.0",
"@contentful/f36-layout": "5.0.0-alpha.18",
"@contentful/f36-tokens": "^4.0.2",
"@contentful/react-apps-toolkit": "^1.2.16",
"@emotion/css": "^11.13.4",
"@graphiql/toolkit": "^0.10.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@tanstack/react-query": "^4.36.1",
"graphiql": "^3.0.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"vite": "^5.4.21",
"vite-plugin-eslint": "^1.8.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build --mode ${NODE_ENV:='production'}",
"test": "vitest",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id ${DEFINITIONS_ORG_ID} --definition-id 6o8NJOeW54fY2UYY8zQUZY --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id ${DEV_TESTING_ORG_ID} --definition-id A8dr1iHtz78TyWqrUFb72 --token ${TEST_CMA_TOKEN}"
},
"devDependencies": {
"@contentful/app-scripts": "^1.29.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.2",
"@types/jest": "^26.0.15",
"@types/react": "^17.0.69",
"@types/react-dom": "^17.0.22",
"@vitejs/plugin-react": "^4.1.1",
"happy-dom": "9.20.3",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
}
}