-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.04 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
{
"name": "inctfjr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "next build",
"export": "next export",
"dev": "next",
"start": "next start -p 80",
"deploy": "next build && next start -p 80",
"dev-deploy": "next build && next start",
"build-export": "npm run build && npm run export"
},
"author": "aswinshenoy <[email protected]>",
"license": "MIT",
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.3.0",
"@nlpjs/basic": "^4.22.0",
"@nlpjs/core": "^4.22.0",
"@nlpjs/lang-en-min": "^4.22.0",
"@nlpjs/nlp": "^4.22.0",
"@nlpjs/request-rn": "^4.21.1",
"@widgetbot/react-embed": "^1.4.0",
"body-scroll-lock": "3.1.5",
"chart.js": "^3.5.1",
"chartjs-plugin-datalabels": "^2.0.0",
"d3-scale": "^4.0.2",
"framer-motion": "^4.1.17",
"isomorphic-fetch": "3.0.0",
"js-yaml-loader": "1.2.2",
"lodash": "4.17.20",
"next": "^11.0.1",
"next-compose-plugins": "^2.2.0",
"next-offline": "^5.0.2",
"next-optimized-images": "2.6.1",
"next-videos": "1.4.0",
"rc-tooltip": "^5.1.1",
"re-resizable": "6.9.0",
"react": "17.0.1",
"react-chartjs-2": "^3.0.5",
"react-chatbot-kit": "^2.0.1",
"react-countup": "4.3.3",
"react-dom": "17.0.1",
"react-draggable": "4.4.3",
"react-hooks-global-state": "1.0.1",
"react-indiana-drag-scroll": "1.8.0",
"react-markdown": "5.0.3",
"react-modal": "3.11.2",
"react-player": "2.6.2",
"react-reveal": "1.2.2",
"react-select": "3.1.0",
"react-simple-maps": "^2.3.0",
"react-string-replace": "^0.4.4",
"react-syntax-highlighter": "^15.4.4",
"react-tooltip": "^4.2.21",
"react-waypoint": "^10.1.0",
"remark-gfm": "1.0.0",
"sass": "^1.49.9",
"shortid": "2.2.16",
"store2": "2.12.0"
},
"devDependencies": {
"@types/react": "^17.0.27",
"autoprefixer": "^10.3.6",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.16",
"typescript": "^4.4.3"
}
}