-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.14 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
{
"name": "instaskynet-webapp",
"version": "1.0.0",
"description": "InstaSkynet Webapp built with Gatsby & Reactjs",
"repository": {
"type": "git",
"url": "git+https://github.com/kunalkamble/instaskynet-webapp.git"
},
"author": {
"name": "Kunal Kamble",
"email": "[email protected]"
},
"dependencies": {
"ace-builds": "^1.4.8",
"deni-react-treeview": "^0.2.20",
"ftp-deploy": "^2.3.3",
"gatsby": "^2.4.3",
"gatsby-plugin-ipfs": "^2.0.2",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sitemap": "^2.2.10",
"howler": "^2.1.3",
"next": "^9.3.0",
"node-sass": "^4.12.0",
"query-string": "^6.11.1",
"react": "^16.8.6",
"react-ace": "^8.0.0",
"react-dom": "^16.8.6",
"react-file-viewer": "^1.2.1",
"react-helmet": "^5.2.1",
"react-images": "^0.5.19",
"react-joyride": "^2.2.1",
"react-loader-spinner": "^3.1.5",
"react-mp3-player": "^0.8.2",
"react-scrollspy": "^3.4.0",
"react-search-box": "^2.0.2",
"skylink": "^1.0.1-rc.1",
"smoothscroll-polyfill": "^0.4.4",
"uuid": "^7.0.2",
"video-react": "^0.14.1"
},
"scripts": {
"deploy": "gatsby clean && gatsby build --prefix-paths && firebase deploy",
"deploy_gh": "npm run clean && gatsby build --prefix-paths && gh-pages -d public",
"start": "gatsby clean && gatsby develop",
"develop": "node --max-http-header-size=81000 && gatsby develop",
"build": "npm run clean && gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean && rimraf .cache public",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gh-pages": "^2.0.1",
"prettier": "^1.17.0",
"rimraf": "^2.6.3"
},
"keywords": [
"gatsby",
"gatsby-starter",
"instaskynet-webapp"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kunalkamble/instaskynet-webapp/issues"
},
"homepage": "https://github.com/kunalkamble/instaskynet-webapp#readme"
}