-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "",
"author": "",
"license": "UNLICENSED",
"dependencies": {
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link-context": "^1.0.8",
"apollo-link-http": "^1.5.4",
"babel-polyfill": "6.26.0",
"babel-preset-kyt-react": "0.3.0",
"compression": "1.6.2",
"dotenv": "^5.0.1",
"express": "4.15.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.1",
"http-auth": "^3.2.3",
"kyt": "0.9.0",
"materialize-css": "^1.0.0-beta",
"moment": "^2.22.2",
"node-fetch": "^2.1.2",
"prop-types": "^15.6.1",
"react": "15.3.0",
"react-apollo": "^2.1.3",
"react-dom": "15.3.0",
"react-helmet": "^5.2.0",
"react-masonry-component": "^6.2.1",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"enzyme": "2.4.1",
"react-addons-test-utils": "15.3.0",
"react-hot-loader": "3.0.0-beta.6"
},
"scripts": {
"dev": "kyt dev",
"build": "kyt build",
"start": "node build/server/main.js",
"start:debug": "node --inspect build/server/main.js",
"proto": "kyt proto",
"test": "kyt test",
"test-watch": "kyt test -- --watch",
"test-coverage": "kyt test -- --coverage",
"lint": "npm run lint-script && npm run lint-style",
"lint-script": "kyt lint-script",
"lint-style": "kyt lint-style",
"kyt:help": "kyt --help"
}
}