forked from prisma-labs/graphqlday.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "graphqlday.org",
"version": "1.0.0",
"scripts": {
"dev": "next -p 4066",
"build": "next build && next export",
"start": "next start -p 4066"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"graphiconf": "2.1.0",
"graphql-request": "^1.5.1",
"next": "^5.0.0",
"polished": "^1.9.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-onclickout": "^2.0.8",
"react-scrollchor": "^4.2.1",
"react-tilt": "^0.1.4",
"react-youtube": "^7.5.0",
"styled-components": "^3.1.6",
"unstated": "^1.0.3"
},
"devDependencies": {
"@weco/next-plugin-transpile-modules": "^0.0.2",
"babel-eslint": "^8.2.1",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.5.0",
"eslint": "^4.17.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.6.1",
"next-images": "^0.9.1",
"prettier": "^1.10.2"
}
}