forked from Calinou/GDevelop-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.77 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": "gdevelop-website",
"description": "GDevelop website",
"private": true,
"version": "2.0.0",
"author": "Florian Rival",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-brands": "^5.0.8",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/react-fontawesome": "^0.0.18",
"bulma": "^0.6.0",
"gatsby": "^1.9.237",
"gatsby-link": "^1.6.37",
"gatsby-plugin-google-analytics": "^1.0.22",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-manifest": "^1.0.15",
"gatsby-plugin-netlify-cms": "^1.0.9",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-sass": "^1.0.17",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-plugin-styled-components": "^2.0.9",
"gatsby-plugin-twitter": "^1.0.20",
"gatsby-remark-images": "^1.5.50",
"gatsby-source-filesystem": "^1.5.23",
"gatsby-transformer-sharp": "^1.6.21",
"i18next": "^10.6.0",
"iso-639-1": "^2.0.3",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-alice-carousel": "^1.9.1",
"react-helmet": "^5.2.0",
"react-i18next": "^7.5.1",
"styled-components": "^3.2.2"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"extract-translations": "i18next-scanner --config i18next-scanner.config.js 'src/**/*.{js,jsx}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"chalk": "^2.3.2",
"eslint": "^4.19.0",
"eslint-config-universe": "^1.0.7",
"i18next-scanner": "^2.4.6",
"prettier": "^1.7.4"
}
}