This repository has been archived by the owner on Mar 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "@base-cms/base4-website-nextjs",
"version": "0.1.0",
"description": "Core NextJS components for Base4 websites",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/base-cms/base4-website-nextjs.git"
},
"scripts": {
"clean": "rimraf dist",
"build": "yarn clean && rollup -c",
"lint": "node_modules/.bin/eslint src --ext .js --ext .jsx"
},
"dependencies": {
"@base-cms/base4-nextjs-apollo": "https://github.com/base-cms/base4-nextjs-apollo.git",
"@base-cms/base4-website-express": "https://github.com/base-cms/base4-website-express.git",
"classnames": "^2.2.6",
"escape-string-regexp": "^1.0.5",
"hoist-non-react-statics": "^3.0.1",
"inflected": "^2.0.4",
"moment": "^2.22.2",
"next-routes": "^1.4.2",
"object-path": "^0.11.4",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"apollo-client": "^2.3.0",
"graphql": "^14.0.0",
"graphql-tag": "^2.10.0",
"next": "7.0.2",
"react": "^16.0.0",
"react-apollo": "^2.2.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"apollo-client": "^2.4.2",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"next": "7.0.2",
"react": "^16.5.2",
"react-apollo": "^2.2.4",
"react-dom": "^16.5.2",
"rimraf": "^2.6.2",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-graphql": "^0.1.0",
"rollup-plugin-node-resolve": "^3.4.0"
}
}