-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.54 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
{
"name": "panda-website",
"version": "1.0.0",
"description": "Panda website",
"main": "server.js",
"scripts": {
"test": "mocha"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itforge-eros/panda-website.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/itforge-eros/panda-website/issues"
},
"homepage": "https://github.com/itforge-eros/panda-website#readme",
"dependencies": {
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-fetcher": "0.0.1",
"apollo-link-context": "^1.0.8",
"apollo-link-http": "^1.5.4",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"express": "^4.16.3",
"express-session": "^1.15.6",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.1",
"memorystore": "^1.6.0",
"multer": "^1.3.0",
"node-fetch": "^2.1.2",
"pug": "^2.0.3",
"ramda": "^0.25.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-js-minify": "0.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"mocha": "^5.2.0"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 3 versions",
"> 7% in TH"
]
}
}
]
]
}
}