-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
77 lines (77 loc) · 2.43 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
{
"name": "gatsby-kodi-tv",
"description": "Gatsby website for kodi.tv",
"version": "1.0.0",
"author": "Kyle Johnson <pkscout@kodi.tv>",
"license": "0BSD",
"keywords": [
"gatsby",
"kodi",
"kodi.tv"
],
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"clean": "gatsby clean",
"fix:lint": "eslint --fix \"**/*.+(js|jsx|tsx)\"",
"check:lint": "eslint \"**/*.+(js|jsx|tsx)\"",
"fix:format": "prettier --write \"**/*.+(js|jsx|tsx)\"",
"check:format": "prettier --check \"**/*.+(js|jsx|tsx)\"",
"generate-admin-css": "npx tailwindcss build -i src/styles/global.css -o static/admin/global.css"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.622.0",
"@aws-sdk/lib-dynamodb": "^3.540.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@stripe/react-stripe-js": "^2.6.0",
"@stripe/stripe-js": "^3.4.1",
"decap-cms-app": "^3.0.12",
"gatsby": "^5.13.3",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-decap-cms": "^4.0.4",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-root-import": "^2.0.9",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml": "^5.13.1",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.9",
"node-sass": "^9.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.7",
"sass": "^1.77.4",
"slugify": "^1.6.6",
"swiper": "^11.0.7",
"util": "^0.12.5",
"xml-parser": "^1.2.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.34.1",
"gatsby-plugin-eslint": "^4.0.4",
"gatsby-plugin-postcss": "^6.13.1",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2"
}
}