-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "votee",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export",
"serve": "serve out -l 3001"
},
"keywords": [],
"author": "Maciej Sułecki",
"license": "MIT",
"description": "Voting online - smart - secure - fast - anonymous",
"devDependencies": {
"serve": "^11.2.0"
},
"dependencies": {
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@trendmicro/react-sidenav": "^0.4.5",
"@types/node": "^12.12.5",
"@types/react": "^16.9.11",
"@types/react-sticky": "^6.0.3",
"@types/recharts": "^1.8.3",
"@zeit/next-css": "^1.0.1",
"bootstrap": "^4.3.1",
"bootstrap-css-only": "^4.3.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"imagemin-svgo": "^7.0.0",
"next": "9.1.2",
"next-compose-plugins": "^2.2.0",
"next-offline": "^4.0.6",
"next-optimized-images": "^2.5.4",
"next-purgecss": "^3.1.1",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.11.0",
"react-reveal": "^1.2.2",
"react-typist": "^2.0.5",
"react-typist-loop": "^0.0.5",
"recharts": "^1.8.5",
"sweetalert2": "^9.4.0",
"typescript": "^3.6.4",
"unstated": "^2.1.1",
"votee-sdk": "https://github.com/OpenBankingHackathon-Rotmen/votee-sdk"
}
}