-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 965 Bytes
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
{
"name": "githunt-polymer",
"description": "An example of a client-side app built with Polymer and Apollo Client.",
"author": "Arun Kumar TK <aruntknambiar@gmail.com>",
"private": true,
"scripts": {
"start": "webpack-dev-server --inline --hot --port 3000",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"apollo-client": "^1.7.0",
"graphql-tag": "^2.4.2",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.18.1",
"node-emoji": "^1.5.1",
"polymer-apollo": "^2.0.0-rc.6",
"subscriptions-transport-ws": "^0.7.3"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.1",
"file-loader": "^0.8.4",
"json-loader": "^0.5.4",
"offline-plugin": "^4.5.3",
"wc-loader": "^1.1.3",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}