generated from veeso-dev/fe-react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
{
"name": "fe-gatsby-template",
"version": "0.1.0",
"repository": "[email protected]:veeso/fe-gatsby-template.git",
"author": "Christian Visintin <[email protected]>",
"license": "MIT",
"browserslist": {
"production": [
"> 5%",
"not dead",
"not op_mini all"
],
"development": [
"> 5%",
"not dead",
"not op_mini all"
]
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve --port 9000",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts --ext .tsx --max-warnings=0",
"prettier": "prettier --config .prettierrc --write src/",
"prettier:check": "prettier --config .prettierrc --check src/"
},
"dependencies": {
"flat": "^5.0",
"gatsby": "^5.12",
"gatsby-source-filesystem": "^5.12.0",
"js-cookie": "^3.0",
"react": "^18.2",
"react-dom": "^18.2",
"react-feather": "^2.0",
"react-intl": "^6.4"
},
"devDependencies": {
"@types/flat": "^5.0.2",
"@types/gtag.js": "^0.0.13",
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.2",
"@types/react-dom": "^18.2",
"@types/react-helmet": "^6.1.6",
"@types/react-lazyload": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^6.3",
"@typescript-eslint/parser": "^6.3",
"eslint": "^8.47",
"eslint-config-prettier": "^9.0",
"gatsby-plugin-google-gtag": "^5.12",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12",
"gatsby-plugin-postcss": "^6.12",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.31",
"gatsby-transformer-sharp": "^5.12.0",
"postcss": "^8.4",
"prettier": "^3",
"process": "^0.11.10",
"tailwindcss": "^3.3",
"typescript": "^5.2"
}
}