-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.13 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
{
"name": "DevFestAlgiers21",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@react-three/drei": "^7.16.8",
"@react-three/fiber": "^7.0.16",
"autoprefixer": "^10.3.7",
"babel-plugin-styled-components": "^1.13.2",
"gatsby": "^3.13.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-next-seo": "^1.8.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^4.0.0",
"postcss": "^8.3.9",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-globe.gl": "^2.18.11",
"react-helmet-async": "^1.1.2",
"react-icons": "^4.3.1",
"react-responsive": "^9.0.0-beta.4",
"styled-components": "^5.3.1",
"swiper": "^7.0.8",
"tailwindcss": "^2.2.16",
"tailwindcss-typography": "^3.1.0",
"three": "^0.133.1",
"typewriter-effect": "^2.18.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-eslint": "^4.0.0",
"prettier": "^2.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/GDGAlgiers/devfest21-website"
}
}