-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
86 lines (86 loc) · 2.76 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
84
85
86
{
"name": "caencamp_website",
"description": "CaenCamp",
"version": "2.0.0",
"license": "MIT",
"keywords": [
"caencamp",
"caen",
"meetup"
],
"bugs": {
"url": "https://github.com/CaenCamp/new-website/issues"
},
"homepage": "https://github.com/CaenCamp/new-website#readme",
"scripts": {
"build": "./node_modules/.bin/gatsby build",
"develop": "./node_modules/.bin/gatsby develop --host 0.0.0.0",
"format": "./node_modules/eslint/bin/eslint.js --fix .",
"serve": "./node_modules/.bin/gatsby serve",
"test:watch": "jest --config ./src/jest.config.json --watch",
"test": "jest --config ./src/jest.config.js",
"e2e:ci": "npx cypress run --config-file ./cypress/config/ci.json",
"e2e": "npx cypress open --config-file ./cypress/config/development.json",
"storybook": "start-storybook -s ./static -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"axios": "0.21.2",
"babel-plugin-styled-components": "1.10.7",
"date-fns": "2.10.0",
"font-awesome": "4.7.0",
"gatsby": "^2.24.68",
"gatsby-link": "2.2.29",
"gatsby-plugin-react-helmet": "3.1.22",
"gatsby-plugin-styled-components": "3.1.19",
"gatsby-plugin-typography": "2.3.22",
"gatsby-source-filesystem": "2.1.48",
"gatsby-transformer-remark": "2.6.53",
"prop-types": "15.7.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-fontawesome": "1.7.1",
"react-helmet": "5.2.1",
"react-player": "1.15.2",
"react-typography": "0.16.19",
"styled-components": "5.0.1",
"typography": "0.16.19",
"url-search-params-polyfill": "8.0.0"
},
"devDependencies": {
"@babel/core": "7.8.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.8.3",
"@storybook/addon-actions": "5.3.14",
"@storybook/addon-docs": "^6.0.26",
"@storybook/addon-links": "5.3.14",
"@storybook/addons": "5.3.14",
"@storybook/react": "^6.0.26",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "25.1.0",
"babel-loader": "8.0.6",
"babel-preset-gatsby": "0.2.29",
"cypress": "^5.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-config-react-app": "5.2.0",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.3",
"expect": "25.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "25.1.0",
"jest-cli": "25.1.0",
"prettier": "1.19.1",
"puppeteer": "2.1.1",
"raf": "3.4.1",
"react-test-renderer": "16.13.0"
}
}