-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpackage.json
86 lines (86 loc) · 2.82 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": "learnapollo",
"private": true,
"graphql": {
"request": {
"url": "https://api.graph.cool/relay/v1/ciwjew0qz0l8d0122v7smvmxu"
}
},
"dependencies": {
"@types/classnames": "^0.0.32",
"@types/commonmark": "^0.22.29",
"@types/immutable": "^3.8.7",
"@types/js-cookie": "^2.0.28",
"@types/lodash": "^4.14.35",
"@types/react": "^0.14.35",
"@types/react-dom": "^0.14.17",
"@types/react-ga": "^1.4.6",
"@types/react-helmet": "^0.0.28",
"classnames": "^2.2.5",
"commonmark": "^0.26.0",
"commonmark-react-renderer": "^4.3.1",
"cuid": "^1.3.8",
"graphcool-styles": "^0.0.102",
"graphiql": "^0.9.2",
"graphql": "^0.9.1",
"immutable": "^3.8.1",
"js-cookie": "^2.1.3",
"lodash": "^4.17.4",
"react": "^15.3.2",
"react-addons-pure-render-mixin": "^15.3.2",
"react-copy-to-clipboard": "^4.2.3",
"react-dom": "^15.3.2",
"react-ga": "^2.1.2",
"react-helmet": "^5.0.0-beta",
"react-prism": "^4.0.0",
"react-relay": "^0.10.0",
"react-router": "^2.8.1",
"react-router-relay": "^0.13.5",
"react-router-scroll": "^0.4.1",
"slugify": "^1.1.0",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"start": "webpack-dev-server --hot --inline --progress --history-api-fallback --host 0.0.0.0 --port 4300",
"build": "rm -rf dist && NODE_ENV=production webpack --config webpack.config.build.js && cp -r static/* dist && npm run prep",
"prep": "tsc --outDir .prep custom.d.ts prep.ts && prep-cloud -c .prep/prep.js dist",
"deploy": "npm run build && netlify deploy -p dist -s learnapollo -t $NETLIFY_TOKEN"
},
"devDependencies": {
"@types/node": "^7.0.5",
"awesome-typescript-loader": "^3.0.4-rc.2",
"babel-cli": "^6.22.2",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-react-relay": "^0.10.0",
"babel-plugin-transform-react-constant-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.3.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.22.0",
"css-loader": "^0.26.1",
"cssnano": "^3.10.0",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"netlify-cli": "^1.0.2",
"postcss-css-variables": "^0.6.0",
"postcss-loader": "^1.2.2",
"prep-cloud": "0.0.8",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"svgo-loader": "^1.1.0",
"tachyons": "^4.6.2",
"tslint": "^4.4.2",
"tslint-config-standard": "^3.0.0",
"tslint-loader": "^3.3.0",
"typescript": "^2.1.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}