forked from Astronomy-Club-IITBHU/astro-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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": "astro-app",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -H 0.0.0.0",
"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",
"analyze": "ANALYZE_BUNDLE_SIZE=true gatsby build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anksus/astro-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anksus/astro-app/issues"
},
"homepage": "https://github.com/Anksus/astro-app#readme",
"dependencies": {
"gatsby": "^2.25.3",
"gatsby-background-image": "^1.3.1",
"gatsby-image": "^2.7.0",
"gatsby-plugin-manifest": "^2.7.0",
"gatsby-plugin-offline": "^3.5.0",
"gatsby-plugin-postcss": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.9.0",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-remark-images": "^3.7.1",
"gatsby-source-filesystem": "^2.5.0",
"gatsby-transformer-remark": "^2.13.0",
"gatsby-transformer-sharp": "^2.7.0",
"postcss": "^8.1.8",
"react": "^16.12.0",
"react-accessible-accordion": "^3.3.3",
"react-awesome-slider": "^4.1.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"autoprefixer": "^9.0.0",
"cssnano": "^4.1.10",
"prettier": "2.1.2",
"tailwindcss": "^2.0.1"
}
}