-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "samay",
"description": "Free and open source meeting poll tool",
"version": "2.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/samayapp/samay.git"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.10",
"@fontsource/inter": "^5.0.17",
"bootstrap": "^4.5.3",
"cal-sans": "^1.0.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.9.7",
"mongoose": "^6.4.6",
"nanoid": "^3.3.4",
"next": "^12.1.0",
"react": "^17.0.2",
"react-big-calendar": "^1.6.8",
"react-bootstrap": "^1.6.8",
"react-bootstrap-icons": "^1.2.3",
"react-dom": "^17.0.2",
"react-toastify": "^9.1.1",
"sass": "^1.49.11"
},
"devDependencies": {
"@types/mongoose": "^5.10.5",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@types/react-big-calendar": "^1.6.1",
"@types/react-toastify": "^4.1.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": "^6.8.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"
}
}