-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.34 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
{
"name": "election-calculator-frontend",
"version": "0.1.0",
"private": true,
"homepage": "https://election-calculator.github.io/election-calculator-frontend",
"dependencies": {
"@types/html2canvas": "0.0.33",
"@types/jspdf": "^1.1.31",
"@types/qrcode": "^0.8.1",
"@types/react-webcam": "^0.3.0",
"@types/superagent": "^3.8.0",
"html2canvas": "^1.0.0-alpha.12",
"jspdf": "^1.4.0",
"mobx": "^3.3.2",
"mobx-react": "^4.3.5",
"qrcode": "^1.2.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-scripts-ts": "2.16.0",
"react-webcam": "^0.5.0",
"superagent": "^3.8.3"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy-from-cache": "gh-pages -d build",
"prettier": "prettier --config .prettierrc --write src/**/*.{ts,tsx,js} test/**/*.{ts,tsx,js} webpack.config.js",
"prettier-watch": "onchange \"**/*.{js,ts,tsx,json}\" -- npm run prettier"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/node": "^10.1.2",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"gh-pages": "^1.1.0",
"prettier": "^1.12.1",
"typescript": "^2.8.3"
}
}