generated from minskylab/base-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.55 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
{
"name": "collectaweb",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"generate": "graphql-codegen"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.13.3",
"@graphql-codegen/typescript": "^1.13.3",
"@graphql-codegen/typescript-operations": "^1.13.3",
"@graphql-codegen/typescript-urql": "^1.13.3",
"@types/node": "^13.9.8",
"@types/react": "^16.9.31",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"prettier": "^2.0.5",
"typescript": "^3.7.5"
},
"dependencies": {
"@callstack/react-theme-provider": "^2.1.0",
"@zeit/next-css": "^1.0.1",
"dayjs": "^1.8.24",
"fontfaceobserver": "^2.1.0",
"framer-motion": "^1.10.3",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "^3.0.0",
"linaria": "^1.3.3",
"next": "^9.3.3",
"next-urql": "^0.3.7",
"react": "^16.13.1",
"react-content-loader": "^5.0.4",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"react-loading-skeleton": "^2.0.1",
"remove": "^0.1.5",
"urql": "^1.9.6"
}
}