-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.87 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.87 KB
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
{
"name": "cu-graphql-example",
"version": "0.1.0",
"description": "Example CU GraphQl usage",
"main": "index.js",
"author": "JB",
"license": "MPL-2.0",
"scripts": {
"start": "nps",
"postinstall": "typesync && nps gql"
},
"devDependencies": {
"@types/babel-core": "^6.25.2",
"@types/mv": "^2.1.0",
"@types/react": "^15.6.1",
"@types/react-dom": "^15.5.2",
"@types/react-router-dom": "^4.0.7",
"@types/rimraf": "^2.0.0",
"@types/webpack": "^3.0.7",
"@types/webpack-merge": "^0.0.5",
"apollo-codegen": "^0.16.5",
"awesome-typescript-loader": "^3.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"babili-webpack-plugin": "^0.1.2",
"concat-cli": "^4.0.0",
"copyfiles": "^1.2.0",
"css-loader": "^0.28.7",
"download-cli": "^1.0.5",
"graphql-code-generator": "^0.8.10",
"http-server-spa": "^1.2.0",
"livereload": "^0.6.2",
"mv": "^2.1.1",
"nps": "^5.7.0",
"nps-utils": "^1.3.0",
"rimraf": "^2.6.1",
"shx": "^0.2.2",
"style-loader": "^0.18.2",
"tslint": "^5.6.0",
"typescript": "^2.4.2",
"typesync": "^0.2.0",
"watch-cli": "^0.2.2",
"webpack": "^3.5.2",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"babel-plugin-emotion": "^8.0.4",
"camelot-unchained": "^0.9.31",
"emotion": "^8.0.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-emotion": "^8.0.5",
"react-router-dom": "^4.2.2",
"recompose": "^0.24.0",
"tslib": "^1.7.1",
"tslint-config-airbnb": "^5.4.2"
}
}