generated from lisbom-dev/template-react-with-styled-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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": "site",
"version": "1.0.0",
"private": true,
"description": "site",
"author": "cuc-softs",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^2.0.2",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"babel-plugin-styled-components": "^2.0.2",
"framer-motion": "^6.2.3",
"gatsby": "^4.6.0",
"gatsby-plugin-google-gtag": "^4.6.0",
"gatsby-plugin-styled-components": "^5.6.0",
"plyr": "^3.6.12",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.21",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gatsby-plugin-typescript": "^4.6.0",
"prettier": "^2.5.1",
"stylelint-config-prettier": "^9.0.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.4"
}
}