-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 2.43 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
71
72
{
"name": "tuvascraquer",
"private": true,
"description": "Tu vas craquer ?",
"version": "0.1.0",
"contributors": [
"Margot Dauban <[email protected]>",
"Raphaël Pi <[email protected]>",
"Antoine Rousseau <[email protected]>",
"Lexi Dillistone <[email protected]>"
],
"dependencies": {
"@babel/preset-typescript": "^7.9.0",
"@bugsnag/js": "^6.5.2",
"@bugsnag/plugin-react": "^6.5.0",
"@hot-loader/react-dom": "^16.13.0",
"@types/google.analytics": "^0.0.40",
"@types/node": "^12.12.31",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/standard-http-error": "^2.0.0",
"@types/styled-components": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"babel-plugin-styled-components": "^1.10.7",
"date-fns": "^2.11.1",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"gatsby": "^2.19.45",
"gatsby-image": "^2.2.44",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-offline": "^3.0.41",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-source-filesystem": "^2.1.56",
"gatsby-transformer-sharp": "^2.3.19",
"prettier": "^2.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"styled-components": "^5.0.1",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
},
"license": "MIT",
"scripts": {
"start": "rm -rf .cache && rm -rf public/ && gatsby develop",
"develop": "gatsby develop",
"build": "rm -rf .cache && rm -rf public/ && gatsby build",
"lint": "tsc --skipLibCheck && eslint --fix \"**/*.{ts,tsx,js,jsx,json}\"",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": {
"type": "git",
"url": "https://github.com/findumonde/tuvascraquer"
},
"bugs": {
"url": "https://github.com/findumonde/tuvascraquer/issues"
}
}