-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "graphfront-ui",
"version": "0.1.6",
"scripts": {
"build-client": "babel src-client -d client --copy-files",
"build-server": "babel src-server -d server --copy-files",
"build": "npm run build-client && npm run build-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jscomplete/graphfront-ui.git"
},
"keywords": [
"GraphQL",
"React",
"Redux"
],
"author": "Samer Buna",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jscomplete/graphfront-ui/issues"
},
"homepage": "https://github.com/jscomplete/graphfront-ui#readme",
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.23.0",
"babel-preset-env": "^1.2.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"bcrypt": "^1.0.2",
"express": "^4.15.2",
"humps": "^2.0.0",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"pg": "^6.1.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
}
}