-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.89 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
{
"name": "@front10/hurricane-book",
"version": "1.0.0",
"description": "Base component explorer to be used as a boilerplate",
"main": "index.js",
"scripts": {
"start": "start-storybook -p 9001 -c .storybook -s ./assets",
"build-storybook": "build-storybook -c .storybook -o public -s ./assets",
"test": "jest --config ./jest.config.js",
"eslint": "./node_modules/.bin/eslint ./src",
"gitlab-pages": "git checkout gitlab-pages && git merge master && npm run build-storybook && git add . && git commit -am \"Deploy to gitlab pages\" && git pull origin gitlab-pages && git push origin gitlab-pages && git checkout master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/front10/resilience-city-book"
},
"keywords": [
"hurricane-book",
"react"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/front10/resilience-city-book/issues"
},
"homepage": "https://github.com/front10/resilience-city-book#README",
"devDependencies": {
"@storybook/addon-centered": "^3.3.12",
"@storybook/addon-knobs": "^3.4.2",
"@storybook/addon-viewport": "^3.3.12",
"@storybook/addons": "^3.4.2",
"@storybook/react": "^3.3.11",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.4.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"highlight-loader": "^0.7.2",
"husky": "^0.14.3",
"jest": "^22.4.3",
"react-remarkable": "^1.1.3",
"react-test-renderer": "^16.3.2",
"regenerator-runtime": "^0.11.1",
"storybook-readme": "^3.3.0"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-solid": "^5.0.10",
"@fortawesome/react-fontawesome": "^0.0.18",
"@kadira/storybook-addon-options": "^1.0.2",
"@nivo/pie": "^0.33.0",
"@storybook/addon-options": "^3.3.12",
"apollo-boost": "^0.1.4",
"apollo-client": "^2.2.8",
"css-loader": "^0.28.9",
"font-awesome": "^4.7.0",
"github-markdown-css": "^2.10.0",
"google-map-react": "^0.34.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.1",
"highlight.js": "^9.12.0",
"node-sass": "^4.7.2",
"raw-loader": "^0.5.1",
"react": "^16.2.0",
"react-apollo": "^2.1.3",
"react-dom": "^16.2.0",
"react-google-maps": "^9.4.5",
"react-markdown": "^3.1.5",
"recharts": "^1.0.0-beta.10",
"sass-loader": "^6.0.6",
"semantic-ui": "^2.2.14",
"semantic-ui-react": "^0.78.2",
"style-loader": "^0.20.1",
"wix-storybook-utils": "^1.0.31"
}
}