-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.11 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
{
"name": "fefa-ocs",
"version": "1.0.0",
"private": true,
"description": "fefa-ocs",
"author": "Victor Ndaba",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint .",
"check:types": "tsc --pretty --noEmit",
"check:fmt": "prettier --check ./**/*.{js,ts,jsx,tsx}",
"fmt": "prettier --write ./**/*.{js,ts,jsx,tsx}",
"prepare": "npx husky install"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mantine/carousel": "^5.2.0",
"@mantine/core": "^5.2.0",
"@mantine/hooks": "^5.2.0",
"@mantine/modals": "^5.2.0",
"@mantine/nprogress": "^5.2.0",
"@mantine/prism": "^5.2.0",
"@mantine/spotlight": "^5.2.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@modulz/radix-icons": "^4.0.0",
"@tabler/icons": "^2.6.0",
"@videojs/themes": "^1.0.1",
"embla-carousel-react": "^7.1.0",
"gatsby": "^4.25.5",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-layout": "^3.25.0",
"gatsby-plugin-mantine": "^5.0.0",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-sharp": "^4.25.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.25.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.7.1",
"react-player": "^2.12.0",
"remark-slug": "^7.0.1",
"slugify": "^1.6.6",
"video.js": "^7.20.3"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.6.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.11.18",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.0.10",
"autoprefixer": "^10.4.13",
"eslint": "^8.39.0",
"gatsby-plugin-postcss": "^5.25.0",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"semantic-release": "^20.1.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
}
}