-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.25 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
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@bo2kshelf/database-frontend",
"private": true,
"scripts": {
"prebuild": "run-s clean codegen",
"build": "next build",
"dev": "run-p -n dev:*",
"dev:codegen": "yarn codegen -ws",
"dev:next": "next dev -p $PORT",
"start": "next start -p $PORT",
"clean": "run-p -n clean:*",
"clean:dist": "rimraf dist",
"clean:storybook": "rimraf storybook-static",
"lint": "scripty",
"lint:eslint": "scripty",
"lint:hadolint": "scripty",
"lint:prettier": "scripty",
"lint:renovate": "scripty",
"lint:stylelint": "scripty",
"fmt": "run-s -cn fmt:*",
"fmt:eslint": "yarn lint:eslint --fix",
"fmt:prettier": "yarn lint:prettier --write",
"codegen": "gql-gen",
"storybook:build": "scripty",
"storybook:dev": "start-storybook -p 6006",
"ts-check": "tsc --noEmit"
},
"dependencies": {
"@apollo/client": "3.3.6",
"@apollo/react-hooks": "4.0.0",
"@fortawesome/fontawesome-free": "5.15.1",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.14",
"beauty-isbn-13": "1.0.0",
"clsx": "1.1.1",
"graphql": "15.4.0",
"graphql-request": "3.4.0",
"graphql-tag": "2.11.0",
"i18next": "19.8.4",
"i18next-browser-languagedetector": "6.0.1",
"isomorphic-unfetch": "3.1.0",
"next": "10.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-i18next": "11.8.5",
"react-is": "17.0.1",
"react-use": "15.3.4",
"styled-components": "5.2.1",
"tailwindcss": "2.0.2",
"type-fest": "0.20.2"
},
"devDependencies": {
"@arkweid/lefthook": "0.7.2",
"@babel/core": "^7.12.3",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@graphql-codegen/cli": "1.20.0",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/schema-ast": "1.18.1",
"@graphql-codegen/typescript": "1.19.0",
"@graphql-codegen/typescript-document-nodes": "1.17.9",
"@graphql-codegen/typescript-graphql-request": "3.0.0",
"@graphql-codegen/typescript-operations": "1.17.13",
"@graphql-codegen/typescript-react-apollo": "2.2.1",
"@shopify/eslint-plugin": "39.0.3",
"@shopify/prettier-config": "1.1.2",
"@shopify/stylelint-plugin": "10.0.1",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/react": "^6.1.11",
"@types/jest": "26.0.19",
"@types/node": "14.14.16",
"@types/react": "17.0.0",
"@types/styled-components": "5.1.7",
"autoprefixer": "10.1.0",
"babel-loader": "^8.2.2",
"eslint": "7.16.0",
"hygen": "6.0.4",
"jest": "26.6.3",
"jest-junit": "12.0.0",
"mock-apollo-client": "^1.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.2.1",
"postcss-loader": "^4.1.0",
"prettier": "2.2.1",
"prettier-plugin-optipack": "1.1.2",
"prettier-plugin-organize-imports": "1.1.1",
"rimraf": "3.0.2",
"scripty": "2.0.0",
"storybook-addon-next-router": "^2.0.3",
"stylelint": "13.8.0",
"stylelint-config-styled-components": "0.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "4.1.3"
}
}