-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.85 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.85 KB
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
{
"name": "galactic",
"private": true,
"description": "galactic fight league",
"version": "0.1.0",
"author": "codeCraftsmen",
"dependencies": {
"aos": "^3.0.0-beta.6",
"gatsby": "^4.2.0",
"gatsby-plugin-gatsby-cloud": "^4.2.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sass": "^5.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"gsap": "^3.8.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.33.1",
"react-player": "^2.9.0",
"react-popup": "^0.10.0",
"react-scroll": "^1.8.4",
"react-slick": "^0.23.2",
"react-spring": "^9.3.2",
"react-ticker": "^1.3.0",
"reactjs-popup": "^2.0.5",
"sass": "^1.43.5",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"prettier": "^2.4.1"
},
"keywords": [
"gatsby"
],
"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",
"deploy:firebase:staging": "firebase deploy --only hosting:web-stage --token 1//0cBcnBRWmx638CgYIARAAGAwSNwF-L9IrFygaCqtIBxUtkoVXveyPl_NYpwzpqRcbu-9b3EpU6ZWOQ0INiK7gYVygyjp_Ej7q9es"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}