This repository was archived by the owner on Feb 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.93 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.93 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
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
{
"name": "martials-website",
"version": "1.0.0",
"private": true,
"description": "Martin Berg Alstads personlige nettside",
"author": "Martin Berg Alstad",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b main",
"test": "jest"
},
"dependencies": {
"@headlessui/react": "^1.7.16",
"@headlessui/tailwindcss": "^0.2.0",
"@mdx-js/react": "^2.3.0",
"@types/diff": "^5.0.3",
"diff": "^5.1.0",
"fs-extra": "^11.1.1",
"gatsby": "^5.13.6",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-mdx": "^5.11.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-security-txt": "^1.2.1",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-remark-images": "^7.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"i18next": "^23.4.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^13.0.3",
"react-indiana-drag-scroll": "^2.2.0",
"reading-time": "^1.5.0",
"selenium-webdriver": "^4.11.1"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.8",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.6.2",
"babel-preset-gatsby": "^3.11.0",
"gatsby-plugin-postcss": "^6.11.0",
"gh-pages": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
"postcss": "^8.4.27",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
}
}