-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 loc) · 1.77 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
{
"name": "pollu",
"private": true,
"description": "Delightful anonymous polls a click away!",
"version": "0.1.0",
"author": "Nabil Tharwat <[email protected]>",
"dependencies": {
"@sentry/node": "^5.25.0",
"@sentry/react": "^5.25.0",
"@sentry/tracing": "^5.25.0",
"add": "^2.0.6",
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"http-status-codes": "^2.1.4",
"joi": "^17.2.1",
"lru-cache": "^6.0.0",
"mongoose": "^5.10.8",
"next": "^9.5.4",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"tailwindcss": "^1.8.11",
"yarn": "^1.22.10",
"zustand": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@fullhuman/postcss-purgecss": "^3.0.0",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/react": "^6.0.26",
"@types/mongoose": "^5.7.36",
"@zeit/next-css": "^1.0.1",
"all-contributors-cli": "^6.19.0",
"autocannon": "^6.5.0",
"babel-loader": "^8.1.0",
"next-purgecss": "^4.0.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "2.1.2",
"react-is": "^16.13.1",
"tailwindcss-pseudo-elements": "^1.3.0"
},
"keywords": [
"polls",
"nextjs",
"next",
"tailwind"
],
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/KL13NT/pollu"
},
"bugs": {
"url": "https://github.com/KL13NT/pollu/issues"
}
}