-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 845 Bytes
/
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
{
"name": "streams",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next -p 1337",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^8.0.0",
"drag-drop": "^5.0.1",
"marked": "^0.7.0",
"mermaid": "^8.2.4",
"moment": "^2.24.0",
"next": "^9.0.3",
"react": "^16.8.6",
"react-d3-cloud": "^0.7.0",
"react-dom": "^16.8.6",
"react-linkify": "^1.0.0-alpha",
"react-player": "^1.13.0",
"react-twitter-embed": "^2.0.8",
"react-wordcloud": "^1.0.8",
"stopword": "^0.3.3"
},
"devDependencies": {
"@types/lodash": "^4.14.137",
"@types/moment": "^2.13.0",
"@types/node": "^12.7.1",
"@types/react": "^16.8.25",
"typescript": "^3.5.3"
}
}