-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.53 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
51
52
53
54
55
56
57
58
{
"name": "periodic-quiz",
"repository": {
"type": "git",
"url": "https://github.com/mrkiffie/periodic-quiz.git"
},
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"lint": "prettier src/**/*.ts{,x} --write --print-width 120",
"deploy": "npm run build && mv build/index.html build/200.html && surge build"
},
"main": "index.js",
"license": "ISC",
"dependencies": {
"@reach/router": "^1.1.0",
"idb-keyval": "3.0.4",
"match-sorter": "^2.2.1",
"mobx": "^4.1.1",
"mobx-react": "^5.0.0",
"object-assign": "4.1.1",
"promise": "8.0.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-scripts-ts": "2.16.0",
"react-virtualized": "^9.18.5",
"styled-components": "^3.3.0",
"whatwg-fetch": "2.0.4"
},
"devDependencies": {
"@types/jest": "^23.0.0",
"@types/node": "^10.3.0",
"@types/reach__router": "^1.0.0",
"@types/react": "^16.3.5",
"@types/react-dom": "^16.0.4",
"@types/react-tap-event-plugin": "0.0.30",
"@types/react-virtualized": "^9.7.14",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.10.0",
"tslint-eslint-rules": "^5.1.0",
"tslint-react": "^3.5.1",
"typescript": "~2.8.4"
},
"description": "A simple periodic quiz",
"author": {
"name": "Kiffie Liversage"
},
"homepage": "./",
"babel": {
"presets": [
"react-app"
]
}
}