-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "locationbased-newsgame",
"version": "1.0.0",
"main": "index.js",
"author": "Marcus Weiner <[email protected]>",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.2.1",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-http": "^1.5.15",
"classnames": "^2.2.6",
"gatsby": "^2.13.6",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-datawrapper-chart": "^1.0.2",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-select": "^3.0.4"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"@types/react": "^16.8.23",
"@types/storybook__react": "^4.0.2",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"gatsby-plugin-sass": "^2.1.0",
"npm-run-all": "^4.1.5",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"typescript": "^3.5.2"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o public/components --quiet",
"start": "gatsby develop",
"build-gatsby": "gatsby build",
"build": "run-p --aggregate-output -n build-storybook build-gatsby"
}
}