-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.85 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
{
"name": "nextjs-mui-tailwinds-query-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"docs": "jsdoc -c jsdoc.conf.json",
"test-jest": "jest",
"test-cypress": "",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"clsx": "^1.1.1",
"css-mediaquery": "^0.1.2",
"lodash": "^4.17.21",
"next": "12.1.0",
"next-i18next": "^10.5.0",
"next-pwa": "^5.4.4",
"pouchdb": "^7.3.0",
"pouchdb-find": "^7.3.0",
"pouchdb-mapreduce": "^7.3.0",
"pouchdb-quick-search": "^1.3.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-country-flag": "^3.0.2",
"react-dom": "17.0.2",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"better-docs": "^2.7.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-storybook": "^0.5.7",
"eslint-plugin-testing-library": "^5.0.5",
"jest": "^27.5.1",
"jsdoc": "^3.6.10",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23"
}
}