forked from samay-app/samay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "kukkee",
"description": "Free and open source meeting poll tool. Bring people together, at the right time!",
"version": "1.0.0",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "npx eslint . --ext .tsx,.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/AnandBaburajan/Kukkee.git"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.10",
"bootstrap": "^4.5.3",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.9.7",
"mongoose": "^6.2.4",
"nanoid": "^3.3.4",
"next": "^12.1.0",
"react": "^17.0.2",
"react-available-times": "^1.4.0",
"react-bootstrap": "^1.4.0",
"react-bootstrap-icons": "^1.2.3",
"react-dom": "^17.0.2",
"sass": "^1.49.11"
},
"devDependencies": {
"@types/mongoose": "^5.10.5",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^7.0.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^2.2.1",
"typescript": "^4.6.2"
}
}