forked from CaenCamp/new-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"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",
"storybook": "start-storybook -p 9001 -c .storybook",
"test:watch": "jest --config ./src/jest.config.json --watch",
"test": "jest --config ./src/jest.config.json",
"e2e": "jest --config ./e2e/jest.config.json"
},
"dependencies": {
"axios": "0.18.0",
"date-fns": "1.29.0",
"font-awesome": "4.7.0",
"gatsby": "1.9.260",
"gatsby-link": "1.6.44",
"gatsby-plugin-react-helmet": "2.0.11",
"gatsby-plugin-react-next": "1.0.11",
"gatsby-plugin-styled-components": "2.0.11",
"gatsby-plugin-typography": "1.7.18",
"gatsby-source-filesystem": "1.5.35",
"gatsby-transformer-remark": "1.7.41",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-fontawesome": "1.6.1",
"react-helmet": "5.2.0",
"react-player": "1.5.0",
"react-typography": "0.16.13",
"storybook": "1.0.0",
"storybook-router": "0.3.4",
"styled-components": "3.2.6",
"url-search-params-polyfill": "5.0.0"
},
"devDependencies": {
"@storybook/addon-backgrounds": "3.4.4",
"@storybook/react": "3.4.4",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.3",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "4.19.1",
"eslint-config-prettier": "2.9.0",
"eslint-config-react-app": "2.1.0",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "2.46.3",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.8.2",
"expect": "22.4.3",
"identity-obj-proxy": "3.0.0",
"jest": "22.4.3",
"jest-cli": "22.4.3",
"prettier": "1.12.1",
"puppeteer": "1.4.0",
"raf": "3.4.0"
}
}