-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.22 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 4.22 KB
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
{
"name": "frontend-starter-nextjs-tailwind",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"svgr": "npx @svgr/cli -d src/components/icons --ignore-existing --icon --typescript public/icons",
"build:analyze": "ANALYZE=true npm run build",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx}'",
"test": "jest -c test/jest.config.js",
"cypress:open": "cypress open",
"cypress:run": "cypress run --config video=false",
"cypress:test": "start-server-and-test start http://localhost:3000 cypress:run"
},
"dependencies": {
"@headlessui-float/react": "^0.10.0",
"@headlessui/react": "^1.7.3",
"@headlessui/tailwindcss": "^0.1.1",
"@heroicons/react": "^2.0.10",
"@next/bundle-analyzer": "^12.3.1",
"@radix-ui/react-context-menu": "^1.0.0",
"@radix-ui/react-portal": "^1.0.0",
"@radix-ui/react-progress": "^1.0.0",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-toast": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@radix-ui/react-visually-hidden": "^1.0.0",
"@reduxjs/toolkit": "^1.8.5",
"@tanstack/react-query": "^4.2.3",
"@tanstack/react-table": "^8.5.13",
"axios": "^1.1.3",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^1.2.1",
"email-validator": "^2.0.4",
"js-cookie": "^3.0.1",
"lodash.get": "^4.4.2",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^13.0.0",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"next-seo": "^5.13.0",
"next-sitemap": "^3.1.30",
"next-translate": "^1.6.0",
"next-useragent": "^2.8.0",
"nookies": "^2.5.2",
"postcss": "^8.4.17",
"postcss-nesting": "^10.0.2",
"react": "18.2.0",
"react-aria": "^3.20.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.1",
"react-merge-refs": "^2.0.1",
"react-redux": "^8.0.2",
"react-spinners": "^0.13.4",
"react-use-measure": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@faker-js/faker": "^7.5.0",
"@storybook/addon-actions": "^6.1.14",
"@storybook/addon-essentials": "^6.1.14",
"@storybook/addon-knobs": "^6.1.14",
"@storybook/addon-links": "^6.1.14",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.1.14",
"@svgr/cli": "^6.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/body-scroll-lock": "^3.1.0",
"@types/jest": "^29.0.3",
"@types/js-cookie": "^3.0.1",
"@types/lodash.random": "^3.2.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^18.7.16",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@welldone-software/why-did-you-render": "^7.0.1",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
"cypress": "^10.7.0",
"dotenv": "^16.0.2",
"eslint": "^8.6.0",
"eslint-config-next": "^13",
"eslint-config-prettier": "^8.5.0",
"faker": "^6.6.6",
"identity-obj-proxy": "^3.0.0",
"isomorphic-unfetch": "^3.1.0",
"jest": "^29.0.2",
"lint-staged": "^13.0.3",
"nock": "^13.2.9",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.2.3",
"prettier": "^2.7.1",
"start-server-and-test": "^1.14.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.1",
"tailwindcss-scrims": "^1.0.0",
"tailwindcss-themer": "^2.0.2",
"ts-jest": "^29.0.0",
"typescript": "^4.8.3"
}
}