-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 839 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
{
"name": "nplus1seasons",
"version": "1.0.0",
"description": "Slack Dev Chat",
"main": "nodes.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/travissleavitt/nplus1seasons.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/travissleavitt/nplus1seasons/issues"
},
"homepage": "https://github.com/travissleavitt/nplus1seasons#readme",
"dependencies": {
"lodash": "^4.17.20",
"next": "^9.5.5",
"polished": "^3.6.7",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"store": "^2.0.12",
"vis-data": "^7.1.2",
"vis-network": "^8.5.6"
},
"devDependencies": {
"node-sass": "^4.14.1",
"prettier": "^2.2.1"
}
}