This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
{
"name": "etsidemain",
"description": "Plateforme de débat collaborative sur la question de l'indépendance de la Nouvelle-Calédonie - Hackathon Nouméa 2017",
"private": true,
"author": "Blandine Guillet, Falai Huedro, Clementine Prevot, Benjamin Piouffle",
"version": "0.0.1",
"repository": "https://github.com/Betree/etsidemain",
"scripts": {
"build": "NODE_ENV=production gatsby build",
"dev": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bulma": "^0.6.1",
"classnames": "^2.2.5",
"gatsby": "^1.9.178",
"gatsby-link": "^1.6.36",
"gatsby-plugin-feed": "^1.3.16",
"gatsby-plugin-google-analytics": "^1.0.20",
"gatsby-plugin-manifest": "^1.0.13",
"gatsby-plugin-netlify": "^1.0.17",
"gatsby-plugin-nprogress": "^1.0.8",
"gatsby-plugin-react-helmet": "^2.0.4",
"gatsby-plugin-sass": "^1.0.14",
"gatsby-source-filesystem": "^1.5.9",
"gatsby-transformer-json": "^1.0.13",
"immutable": "^4.0.0-rc.9",
"isomorphic-fetch": "^2.2.1",
"react": "^16.2.0",
"react-cytoscape": "^1.0.6",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-markdown": "^3.1.5",
"react-player": "^1.1.1",
"voca": "^1.3.1"
},
"keywords": [
"gatsby"
],
"license": "AGPL3",
"main": "n/a",
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"contents-loader": "^1.0.0",
"prettier": "^1.10.2"
}
}