-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
149 lines (149 loc) · 4.5 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "luftio-dashboard",
"version": "1.0.0",
"description": "Luftio dashboard for Business customers.",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "npm run generate",
"postbuild": "next-sitemap",
"start": "next start",
"export": "npm run build && next export",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "npm run generate && build-storybook",
"chromatic": "chromatic --project-token abde2b2ec12c --exit-zero-on-changes",
"generate": "graphql-codegen --require dotenv/config --config codegen.yml",
"cypress:open": "cypress open",
"cypress:open:mobile": "cypress open --config viewportWidth=375,viewportHeight=667",
"cypress:run": "cypress run",
"cypress:run:mobile": "cypress run --config viewportWidth=375,viewportHeight=667",
"test:api": "npm cypress:run --spec 'cypress/tests/api/*'",
"lint": "eslint && prettier --check \"**/**.{ts,js,tsx}\" \"*.{json,md,yml,mdx}\"",
"prettier": "prettier --write '**/**.{ts,js,tsx}' '*.{json,md,yml,mdx}'"
},
"dependencies": {
"@apollo/client": "^3.4.13",
"@graphql-tools/graphql-tag-pluck": "^6.5.1",
"@graphql-tools/mock": "^8.1.3",
"@sentry/react": "^6.3.5",
"@sentry/tracing": "^6.3.5",
"axios": "^0.21.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"graphql-config": "^4.0.1",
"i18next": "^19.9.1",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.1.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"next": "^11.0.0",
"postcss": "^8.3.6",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-avatar": "^3.10.0",
"react-day-picker": "^7.4.10",
"react-dom": "^17.0.2",
"react-hook-form": "^6.15.4",
"react-i18next": "^11.8.8",
"react-infinite-scroll-component": "^6.1.0",
"react-responsive": "^8.2.0",
"react-select": "^4.3.1",
"react-shimmer-effect": "^1.0.9",
"react-spring": "^9.0.0-rc.3",
"reactour": "^1.18.6",
"styled-components": "^5.2.1",
"ts-react-feather-icons": "^1.0.0",
"victory": "^35.4.12",
"victory-create-container": "^36.0.0",
"zustand": "^3.5.7"
},
"devDependencies": {
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.2.2",
"@graphql-codegen/typescript-operations": "^2.1.4",
"@graphql-codegen/typescript-react-apollo": "^3.1.4",
"@percy/cli": "^1.0.0-beta.58",
"@percy/cypress": "^3.1.0",
"@storybook/addon-a11y": "^6.1.21",
"@storybook/addon-docs": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addon-viewport": "^6.1.21",
"@storybook/react": "^6.1.21",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-responsive": "^8.0.2",
"@types/react-select": "^4.0.16",
"@types/reactour": "^1.18.2",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"babel-loader": "^8.2.2",
"babel-plugin-import-graphql": "^2.8.1",
"babel-plugin-styled-components": "^1.12.0",
"chromatic": "^5.7.0",
"cypress": "^8.3.0",
"cypress-eslint-preprocessor": "^1.2.2",
"eslint": "^7.21.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"graphql": "^15.6.0",
"next-sitemap": "^1.6.3",
"prettier": "^2.2.1",
"react-inspector": "^5.1.0",
"storybook-addon-next-router": "^2.0.4",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.3.2"
},
"percy": {
"version": 1,
"snapshot": {
"widths": [
1280
]
}
},
"babel": {
"env": {
"development": {
"presets": [
"next/babel"
],
"plugins": [
"import-graphql",
[
"styled-components",
{
"ssr": true,
"displayName": true
}
]
]
},
"production": {
"presets": [
"next/babel"
],
"plugins": [
"import-graphql",
[
"styled-components",
{
"ssr": true,
"displayName": false
}
]
]
}
}
}
}