This repository has been archived by the owner on Oct 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "gatsby-tamil-wishes",
"description": "Tamil Wishes - Tamil Festival SMS Wishes and Tamil Greetings.",
"version": "0.1.0",
"private": true,
"author": "Santhosh Veer",
"license": "MIT",
"keywords": [
"tamil",
"kavithai",
"quotes",
"sms",
"wishes"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"axios": "^1.1.3",
"bulma": "^0.9.4",
"gatsby": "^4.24.4",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-preconnect": "^1.3.0",
"gatsby-plugin-react-helmet-async": "^1.2.3",
"react": "^18.2.0",
"react-awesome-reveal": "^4.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-form-input-validation": "^2.1.0",
"react-helmet-async": "^1.3.0",
"react-toastify": "^9.0.8",
"react-typist": "^2.0.5",
"slugify": "^1.6.5"
},
"devDependencies": {
"prettier": "2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mskian/gatsby-tamil-wishes"
},
"bugs": {
"url": "https://github.com/mskian/gatsby-tamil-wishes/issues"
}
}