forked from dtinth/auden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "ingage",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^24.0.0",
"@types/markdown-it": "^0.0.7",
"@types/node": "^10.12.21",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-router-dom": "^4.3.1",
"@types/verror": "^1.10.3",
"fiery": "^0.5.0",
"firebase": "^5.8.2",
"firebase-bolt": "^0.8.4",
"grommet": "^2.3.1",
"markdown-it": "^8.4.2",
"noty": "^3.2.0-beta",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-lambda": "^1.0.0-rc.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"remark": "^10.0.1",
"remark-html": "^9.0.0",
"styled-components": "^4.1.3",
"toml": "^3.0.0",
"typescript": "^3.3.1",
"verror": "^1.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"firebase-tools": "^6.3.1"
}
}