-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "lendroit-blog-client",
"version": "0.1.0",
"private": true,
"homepage": "https://blog.lendro.it",
"dependencies": {
"apollo-boost": "^0.1.16",
"axios": "^0.18.0",
"graphql": "^14.0.2",
"luxon": "^1.5.0",
"react": "^16.5.2",
"react-apollo": "^2.2.4",
"react-device-detect": "^1.6.1",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.3",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"typescript": "^3.1.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"
},
"devDependencies": {
"@types/graphql": "^14.0.3",
"@types/jest": "^23.3.5",
"@types/luxon": "^1.4.0",
"@types/node": "^10.12.0",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/react-helmet": "^5.0.7",
"@types/react-router-dom": "^4.3.1",
"gh-pages": "^2.0.1",
"jest-cli": "^23.6.0",
"prettier": "^1.15.2",
"tslint": "^5.11.0",
"typings-for-css-modules-loader": "^1.7.0"
}
}