-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 993 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 993 Bytes
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
{
"name": "docs.siv.org",
"version": "0.0.1",
"description": "How Secure Internet Voting (siv.org) elections work",
"scripts": {
"dev": "next dev",
"build": "npm test && next build",
"start": "next start",
"test": "node check-links.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsernst/siv-book.git"
},
"author": "Secure Internet Voting Inc.",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/dsernst/siv-book/issues"
},
"homepage": "https://siv.org",
"dependencies": {
"@ant-design/icons": "^5.0.1",
"chart.js": "^4.2.1",
"next": "^13.5",
"nextra": "3.3.1",
"nextra-theme-docs": "3.3.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "^18.2.17",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^5.4.0"
}
}