-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.61 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
73
74
75
76
77
78
79
80
81
82
83
{
"name": "react-vancouver-website",
"private": false,
"description": "ReactVancouver website",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/React-Vancouver/reactvancouver"
},
"bugs": {
"url": "https://github.com/React-Vancouver/reactvancouver/issues"
},
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"generate": "plop",
"g": "plop",
"serve": "gatsby serve",
"start": "npm run develop",
"test": "jest --verbose",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "build-storybook && now ./storybook-static",
"preload-fonts": "gatsby-preload-fonts"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@fontsource/open-sans": "^4.0.1",
"@fontsource/space-mono": "^4.0.1",
"@sanity/block-content-to-react": "^2.0.7",
"date-fns": "^2.16.1",
"gatsby": "^3.4.2",
"gatsby-plugin-emotion": "^6.4.0",
"gatsby-plugin-image": "^1.4.1",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.2",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-source-sanity": "^7.0.4",
"gatsby-transformer-sharp": "^3.4.0",
"polished": "^4.0.4",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.4.2",
"react-spring": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@storybook/addon-a11y": "^6.2.9",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addon-notes": "^5.3.9",
"@storybook/addons": "^6.2.9",
"@storybook/react": "^6.2.9",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-gatsby": "^1.4.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.3.0",
"faker": "^5.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"plop": "^2.7.4",
"prettier": "^2.2.0",
"react-test-renderer": "^17.0.1"
}
}