-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 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
{
"name": "arbore-website",
"description": "Website for the Arbore project",
"version": "0.1.0",
"private": true,
"author": {
"name": "Michael Muré",
"email": "batolettre@gmail.com",
"url": "https://github.com/MichaelMure"
},
"dependencies": {
"gatsby": "^1.9.158",
"gatsby-link": "^1.6.34",
"gatsby-plugin-lodash": "^1.0.9",
"gatsby-plugin-offline": "^1.0.13",
"gatsby-plugin-react-helmet": "^2.0.3",
"humanize": "0.0.9",
"marked": "^0.3.12",
"prop-types": "latest",
"react": "latest",
"react-helmet": "^5.2.0",
"react-moment": "^0.7.0",
"semantic-ui-css": "^2.2.14",
"semantic-ui-react": "^0.77.2"
},
"keywords": [
"arbore",
"P2P",
"F2F",
"file sharing",
"file transfer",
"social",
"ipfs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelMure/arbore-web.git"
},
"license": "GPL-3.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build && gh-pages -d public -r https://github.com/MichaelMure/Arbore -b gh-pages",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"prettier": "^1.10.2"
}
}