-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.07 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
{
"name": "bvc",
"version": "1.0.0",
"private": true,
"description": "BVC",
"author": "Edward Luna",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "npx eslint --fix --ext .js,.ts,.tsx .",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=d3f6eb8b60aa"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^2.0.2",
"@chakra-ui/react": "^1.6.12",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@react-icons/all-files": "^4.1.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"framer-motion": "^5.2.1",
"gatsby": "3.2.0",
"gatsby-plugin-netlify-cms": "5.3.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gsap": "^3.10.4",
"netlify-cms-app": "^2.15.59",
"react": "^17.0.1",
"react-bootstrap": "^2.4.0",
"react-dom": "^17.0.1",
"react-fade-in": "^2.0.1",
"react-favicon": "^1.0.1",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.30.0",
"react-icons": "^4.3.1",
"typescript": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@storybook/react": "^6.3.12",
"@types/react-google-recaptcha": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-loader": "^8.2.3",
"chromatic": "^6.0.6",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"husky": "^7.0.4",
"prettier": "^2.5.0",
"storybook-addon-gatsby": "^0.0.2"
},
"resolutions": {
"webpack": "5.52.1"
}
}