-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1022 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
38
39
40
{
"name": "voting-chain",
"repository": "https://github.com/fardeemmunir/voting-chain",
"version": "0.0.1",
"scripts": {
"dev": "next",
"server": "npx signalhub listen -p 8080",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@zeit/next-workers": "^1.0.0",
"array-flat-polyfill": "^1.0.1",
"date-fns": "^2.0.0-beta.3",
"elliptic": "^6.5.0",
"firebase": "^6.1.1",
"next": "^9.0.4-canary.3",
"nprogress": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sha.js": "^2.4.11",
"signalhub": "^4.9.0",
"socket.io-client": "^2.2.0",
"tailwindcss": "^1.0.3",
"webrtc-swarm": "^2.9.0",
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^24.0.17",
"@types/react": "^16.8.23",
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^9.6.0",
"jest": "^24.8.0",
"postcss-nested": "^4.1.2",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
},
"license": "MIT"
}