-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.05 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
{
"name": "itsmeow.dev",
"private": true,
"description": "its_meow's website",
"version": "1.0.0",
"author": "itsmeow",
"dependencies": {
"bootstrap": "^5.3.2",
"diff": "^5.1.0",
"formik": "^2.4.5",
"gatsby": "^5.12.9",
"gatsby-adapter-netlify": "^1.0.2",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-sass": "^6.12.3",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.3",
"he": "^1.2.0",
"prop-types": "^15.8.1",
"radium": "^0.26.2",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-select": "^5.7.7",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"babel-preset": "^1.1.7",
"babel-preset-gatsby": "^3.12.1",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.1",
"gatsby-plugin-eslint": "^4.0.4",
"prettier": "^3.0.3",
"sass": "^1.69.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --log-pages",
"develop": "gatsby develop -H 0.0.0.0 -p 8000",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy": "gatsby build && git commit -m \"Changes\" && git push origin source"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/itsmeow/itsmeow.dev"
},
"bugs": {
"url": "https://github.com/itsmeow/itsmeow.dev/issues"
},
"homepage": "https://itsmeow.dev/",
"packageManager": "[email protected]"
}