-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·133 lines (133 loc) · 4.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
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
{
"name": "pensilpatah-next-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch next dev -p 3005",
"build": "next build",
"build:vercel": "TAILWIND_MODE=build yarn build",
"start": "TAILWIND_MODE=build cross-env NODE_ENV=production PORT=3005 node server.js",
"dev:test": "TAILWIND_MODE=watch PORT=3003 node server.js",
"deploy:start": "TAILWIND_MODE=build yarn build && cross-env NODE_ENV=production PORT=3002 node server.js",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.0",
"@next/bundle-analyzer": "^10.0.9",
"@popperjs/core": "^2.9.2",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-essentials": "^6.3.2",
"@storybook/addon-links": "^6.3.2",
"@storybook/react": "^6.3.2",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/postcss7-compat": "^2.2.4",
"add": "^2.0.6",
"axios": "^0.21.1",
"axios-hooks": "^2.6.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"base-64": "^1.0.0",
"chalk": "^4.1.0",
"cookie-session": "^1.4.0",
"cross-env": "^7.0.3",
"dayjs": "^1.10.4",
"express": "^4.17.1",
"file-regex": "^3.1.0",
"formik": "^2.2.6",
"framer-motion": "^4.1.11",
"global": "^4.4.0",
"http-proxy-middleware": "^1.1.2",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"js-cookie": "^2.2.1",
"jwt-decode": "^3.1.2",
"lighthouse": "^8.0.0",
"localforage": "^1.9.0",
"lodash-es": "^4.17.21",
"luxon": "^1.27.0",
"morgan": "^1.10.0",
"next": "^11.0.1",
"next-compose-plugins": "^2.2.1",
"next-cookies": "^2.0.3",
"next-images": "^1.7.0",
"next-iron-session": "^4.1.13",
"next-offline": "^5.0.3",
"next-optimized-images": "^2.6.2",
"next-pwa": "^5.2.0",
"next-redux-wrapper": "^6.0.2",
"nodemon": "^2.0.7",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"perfect-scrollbar": "^1.5.0",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-burger-menu": "^3.0.6",
"react-content-loader": "^6.0.3",
"react-copy-to-clipboard": "^5.0.3",
"react-countdown": "^2.3.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-iframe": "^1.8.0",
"react-mobile-datepicker": "^4.0.2",
"react-new-window": "^0.1.3",
"react-number-format": "^4.5.5",
"react-otp-input": "^2.3.1",
"react-popper": "^2.2.5",
"react-popper-tooltip": "^4.2.0",
"react-rating": "^2.0.5",
"react-redux": "^7.2.3",
"react-reveal": "^1.2.2",
"react-ripples": "^2.2.1",
"react-router": "^5.2.0",
"react-select": "^4.3.0",
"react-spring": "^9.0.0",
"react-stepper-horizontal": "^1.0.11",
"react-swipeable-views": "^0.13.9",
"react-toastify": "^7.0.3",
"react-tooltip": "^4.2.17",
"react-use": "^17.2.3",
"react-use-gesture": "^9.1.3",
"react-with-gesture": "^4.0.8",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"sass": "^1.32.8",
"slugify": "^1.5.1",
"svg-sprite-loader": "^6.0.2",
"swiper": "^6.5.0",
"swr": "^0.5.5",
"tailwind-scrollbar": "^1.3.0",
"terser-webpack-plugin": "^5.1.1",
"url": "^0.11.0",
"webp-loader": "^0.6.0",
"yarn": "^1.22.10",
"yup": "^0.32.9"
},
"devDependencies": {
"@storybook/addon-postcss": "^2.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"autoprefixer": "^10.2.6",
"babel-jest": "^27.0.6",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "^7.30.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"postcss": "^8.3.5",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^2.2.4"
}
}