-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
135 lines (135 loc) · 4.62 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "chris-driscol",
"version": "1.0.0",
"description": "Source code for https://chrisdriscol.com",
"main": "index.js",
"repository": "git@github.com:cdriscol/chris-driscol.git",
"author": "chris@driscolsoftware.com",
"license": "MIT",
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"lint": "eslint *.js src tools",
"relay-compiler": "relay-compiler --src src --schema src/graphql/schema.graphql",
"update-schema": "babel-node tools/update-schema.js",
"clean": "rimraf dist",
"test": "jest",
"test-update": "jest -u",
"test-coverage": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"relay": "yarn update-schema && yarn relay-compiler",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"build:server": "cross-env NODE_ENV=production webpack --config webpack.config.server.js",
"start": "yarn relay-compiler && cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js",
"start:prod": "yarn relay-compiler && cross-env NODE_ENV=production node index.js",
"bs": "yarn clean && yarn relay && yarn build && yarn build:server && yarn start:prod"
},
"prettier": {
"printWidth": 79,
"singleQuote": true,
"trailingComma": "all"
},
"resolutions": {
"graphql": "^0.13.0"
},
"dependencies": {
"@storybook/addon-actions": "^3.3.12",
"@storybook/addon-info": "^3.3.12",
"@storybook/addon-knobs": "^3.3.12",
"@storybook/addon-links": "^3.3.12",
"@storybook/addon-options": "^3.3.12",
"@storybook/react": "^3.3.12",
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"body-parser": "^1.18.2",
"bootstrap": "^3.0.0",
"classnames": "^2.2.5",
"compression": "^1.7.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"detect-browser": "^2.0.0",
"eslint": "^4.15.0",
"eslint-config-4catalyzer-react": "^0.3.3",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^5.0.0",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.6.1",
"express": "^4.16.2",
"express-graphql": "^0.6.11",
"farce": "^0.2.5",
"file-loader": "^1.1.6",
"found": "^0.3.7",
"found-relay": "^0.3.0-alpha.11",
"graphiql": "^0.11.11",
"graphql": "^0.13.0",
"graphql-relay": "^0.5.4",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",
"material-ui": "^1.0.0-beta.30",
"node-sass": "^4.7.2",
"nodemon": "^1.14.11",
"prettier": "^1.10.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-ga": "^2.4.1",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-material-icons": "^1.0.3",
"react-relay": "^1.5.0-rc.1",
"react-scroll": "^1.7.6",
"react-typed": "^1.0.8",
"react-youtube": "^7.5.0",
"relay-compiler": "^1.5.0-rc.1",
"relay-runtime": "^1.5.0-rc.1",
"sass-loader": "^6.0.6",
"serialize-javascript": "^1.4.0",
"sparkpost": "^2.1.2",
"url-loader": "^0.6.2",
"validator": "^9.2.0",
"webpack": "2.1.0-beta.8",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^2.11.1",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.2.2",
"babel-loader": "^6.2.4",
"babel-plugin-flow-react-proptypes": "^14.0.4",
"babel-plugin-relay": "^1.5.0-rc.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-native-modules": "^6.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"chunk-manifest-webpack-plugin": "0.1.0",
"coveralls": "^3.0.0",
"cssnano": "^3.10.0",
"eslint-plugin-flowtype": "^2.42.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^1.0.1",
"flow-bin": "^0.65.0",
"flow-typed": "^2.3.0",
"jest": "^22.2.2",
"jest-css-modules": "^1.1.0",
"json-loader": "^0.5.7",
"postcss-cssnext": "^2.6.0",
"postcss-focus": "^1.0.0",
"postcss-loader": "^0.9.1",
"postcss-reporter": "^1.3.3",
"react-hot-loader": "^3.1.3",
"react-test-renderer": "^16.2.0",
"regenerator-runtime": "^0.11.1",
"rimraf": "^2.6.2",
"style-loader": "^0.19.1",
"svg-inline-loader": "^0.8.0",
"webpack-externals-plugin": "^1.0.0",
"webpack-manifest-plugin": "^1.3.2"
}
}