This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
generated from bcakmakoglu/temple-of-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.33 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
{
"name": "vite-contentful-app-template",
"version": "0.0.0",
"private": false,
"keywords": [
"contentful",
"contentful-app",
"create-contentful-app",
"react",
"vite"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bcakmakoglu/vite-contentful-app-template"
},
"author": "Burak Cakmakoglu<https://github.com/bcakmakoglu>",
"homepage": "https://github.com/bcakmakoglu/bcakmakoglu",
"scripts": {
"dev": "cross-env BROWSER=none vite",
"build": "tsc && cross-env NODE_ENV=production vite build",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "jest -env=jsdom",
"upload": "contentful-app-scripts upload --bundle-dir ./dist",
"upload-ci": "contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN",
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,tsx,jsx}\"",
"lint-fix": "eslint --ignore-path .gitignore \"**/*.{ts,js,tsx,jsx}\" --fix"
},
"dependencies": {
"@contentful/app-scripts": "^0.12.45",
"@contentful/app-sdk": "^3.40.0",
"@contentful/field-editor-test-utils": "^0.17.3",
"@contentful/forma-36-fcss": "^0.3.4",
"@contentful/forma-36-react-components": "^3.98.3",
"@contentful/forma-36-tokens": "^0.11.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.3.1",
"scule": "^0.2.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.2",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
"unplugin-auto-import": "^0.4.6",
"vite": "^2.5.9",
"vite-plugin-windicss": "^1.4.3",
"vite-react-jsx": "^1.1.2",
"windicss": "^3.1.7"
}
}