-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.81 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
{
"name": "minimal-multi-language-gatsby-starter-netlify-cms",
"description": "Example Gatsby, and Netlify CMS project for multi languages websites",
"version": "1.2.0",
"author": "Karim Ould Mahieddine",
"dependencies": {
"@types/react-helmet": "^6.0.0",
"gatsby": "^2.15.29",
"gatsby-image": "^2.2.24",
"gatsby-plugin-netlify": "^2.1.17",
"gatsby-plugin-netlify-cms": "^4.1.22",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-plugin-typescript": "^2.1.11",
"gatsby-remark-copy-linked-files": "^2.1.24",
"gatsby-remark-images": "^3.1.25",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-transformer-remark": "^2.6.27",
"gatsby-transformer-sharp": "^2.2.20",
"netlify-cms-app": "^2.9.7",
"node-sass": "^4.12.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^6.1.0",
"typescript": "^3.6.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run develop",
"clean": "rimraf .cache public",
"build": "npm run clean && gatsby build",
"develop": "npm run clean && gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.0",
"typescript": "^3.6.3"
}
}