-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
68 lines (68 loc) · 1.84 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
59
60
61
62
63
64
65
66
67
68
{
"name": "typist",
"version": "0.8.0",
"homepage": "https://typistapp.netlify.app",
"scripts": {
"start": "react-scripts start",
"lint": "tslint 'src/**/*.ts?(x)'",
"prettier": "prettier --write 'src/**/*.ts?(x)'",
"deploy:firebase": "node scripts/write-firebase-file.js",
"prebuild": "run-s lint deploy:firebase",
"build": "react-scripts build",
"test": "npm run lint && react-scripts test",
"eject": "react-scripts eject",
"postversion": "run-s changelog",
"changelog": "auto-changelog -p -t .changelog.hbs"
},
"dependencies": {
"classnames": "^2.2.6",
"firebase": "^5.5.6",
"lodash.samplesize": "^4.2.0",
"node-sass": "^7.0.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-avatar": "^3.4.6",
"react-dom": "^16.6.0",
"react-ga": "^2.5.3",
"react-google-button": "^0.5.3",
"react-grid-system": "^4.3.1",
"react-linechart": "^1.1.12",
"react-redux": "^5.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-timeago": "^4.1.9",
"redux": "^4.0.1",
"redux-saga": "^0.16.2"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/node": "^10.12.1",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"auto-changelog": "^1.8.1",
"npm-run-all": "^4.1.5",
"prettier": "1.14.3",
"react-test-renderer": "^16.6.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-react": "^3.6.0",
"tslint-react-a11y": "^1.0.0",
"typescript": "^3.1.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vimark1/typist.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vimark1/typist/issues"
}
}