-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.65 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "heritage",
"scripts": {
"dev": "node ./scripts/fragmentTypes.js && node server.js",
"deploy": "now --public",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"analyze": "ANALYZE=1 next build"
},
"dependencies": {
"@zeit/next-css": "^0.2.0",
"@zeit/next-sass": "^0.2.0",
"apollo-boost": "^0.1.7",
"apollo-cache-inmemory": "latest",
"apollo-client": "latest",
"apollo-link-context": "^1.0.8",
"apollo-link-http": "latest",
"bindall-standalone": "^1.0.5",
"charming": "^2.2.3",
"classnames": "^2.2.5",
"compression": "^1.7.2",
"datocms-client": "^0.6.0",
"dom-classes": "^1.0.0",
"dom-create-element": "^1.0.2",
"dom-events": "^0.1.1",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"gsap": "^2.0.1",
"helmet": "^3.12.1",
"isomorphic-unfetch": "^2.0.0",
"lethargy": "^1.0.4",
"next": "^6.0.3",
"next-ga": "^2.1.0",
"node-fetch": "latest",
"object-assign": "latest",
"prefix": "^1.0.0",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"react": "16.3.1",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-apollo": "^2.1.4",
"react-dom": "16.3.1",
"react-google-maps": "^9.4.5",
"react-google-tag-manager": "^2.2.1",
"react-markdown": "^3.3.2",
"react-responsive": "^4.1.0",
"react-transition-group": "^2.3.1",
"serve-static": "latest",
"tiny-emitter": "^2.0.2",
"virtual-scroll": "^1.3.1"
},
"description": "This project was bootstrapped with [Create Next App](https://github.com/segmentio/create-next-app).",
"version": "1.0.0",
"main": "next.config.js",
"devDependencies": {
"autoprefixer": "^8.6.5",
"css-loader": "^0.28.11",
"cssnano": "^4.0.2",
"cssnano-preset-advanced": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.9.2",
"pixrem": "^4.0.1",
"postcss-color-function": "^4.0.0",
"postcss-color-rgba-fallback": "^3.0.0",
"postcss-css-variables": "^0.8.0",
"postcss-cssnext": "^3.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^7.0.0",
"postcss-import": "^11.1.0",
"postcss-load-config": "^1.2.0",
"postcss-loader": "^2.1.5",
"postcss-opacity": "^5.0.0",
"postcss-pseudoelements": "^5.0.0",
"postcss-reporter": "5.0.0",
"postcss-vmin": "^3.0.0",
"postcss-will-change": "^2.0.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.20.3",
"webpack-bundle-analyzer": "^2.13.1",
"babel-plugin-transform-define": "^1.3.0"
},
"author": "",
"license": "ISC"
}