-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.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
{
"name": "interprotocol",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sragabor/interprotocol.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sragabor/interprotocol/issues"
},
"homepage": "https://github.com/sragabor/interprotocol#readme",
"dependencies": {
"@fullpage/react-fullpage": "^0.1.26",
"@parcel/namer-default": "^2.6.2",
"gatsby": "^4.19.1",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-source-filesystem": "^4.18.0",
"hamburgers": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-multi-carousel": "^2.8.2",
"sass": "^1.49.0",
"tw-elements": "^1.0.0-alpha12"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^5.18.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.5"
}
}