-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.8 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
{
"name": "lstner",
"author": "Justin Formentin",
"title": "Lstener",
"description":"App to search, listen, favorite and subscribe to podcasts.",
"homepage": "https://lstner.com",
"version": "0.0.3",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/justinformentin/lstner"
},
"keywords": [
"podcast",
"search",
"subscribe",
"listen"
],
"scripts": {
"start": "meteor run",
"debug": "meteor run --inspect",
"test": "jest --watch --env=node --colors --coverage test"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.55",
"apollo-boost": "^0.1.5",
"apollo-cache-persist": "^0.1.1",
"apollo-engine": "^1.1.2",
"axios": "^0.18.0",
"babel-plugin-inline-import": "^3.0.0",
"bcrypt": "^3.0.2",
"classlist-polyfill": "^1.2.0",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-server-express": "^1.3.6",
"graphql-tag": "^2.9.2",
"graphql-tools": "^3.0.0",
"immutability-helper": "^2.7.0",
"lodash": "^4.17.10",
"meteor-node-stubs": "^0.3.2",
"moment": "^2.22.1",
"moment-duration-format": "^2.2.2",
"prop-types": "^15.6.2",
"react": "^16.3.2",
"react-apollo": "^2.1.4",
"react-dom": "^16.3.2",
"react-modal": "^3.4.5",
"react-router-dom": "^4.2.2",
"simpl-schema": "^1.5.0",
"whatwg-fetch": "^2.0.4",
"x2js": "^3.2.1"
},
"engines": {
"node": "8.11.1"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"jest": "^23.4.2",
"jest-meteor-stubs": "^1.5.1",
"jsdom": "11.12.0",
"jsdom-global": "3.0.2",
"raf": "^3.4.0",
"react-test-renderer": "^16.4.1",
"waait": "^1.0.2"
}
}