-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.41 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
{
"name": "quinn-rmt",
"version": "1.0.0",
"private": true,
"description": "Business website for Quinn Bonnett, RMT",
"author": "Lucas Silbernagel",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext \".js,.jsx,.ts,.tsx\" --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"animate.css": "^4.1.1",
"focus-trap-react": "^10.2.3",
"gatsby": "^4.24.4",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-source-sanity": "^7.8.1",
"gatsby-transformer-sharp": "^4.24.0",
"react": "^18.1.0",
"react-animation-on-scroll": "^5.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.6.0",
"react-smooth-collapse": "^2.1.2"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^17.0.45",
"@types/react": "^18.0.21",
"@types/react-collapse": "^5.0.1",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"autoprefixer": "^10.4.12",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.5.0",
"eslint": "^8.26.0",
"eslint-config-lucas-silbernagel": "^1.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-plugin-postcss": "^5.24.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.0",
"ts-jest": "^29.1.0",
"typescript": "^4.8.3",
"web-vitals": "^3.1.0"
}
}