-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "razzle-redux-typescript-example",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js",
"tslint": "tslint --project tsconfig.json"
},
"dependencies": {
"razzle-redux-typescript": "^0.1.1",
"axios": "^0.18.0",
"bignumber.js": "^8.1.1",
"express": "^4.16.2",
"farce": "^0.2.8",
"found": "^0.3.21",
"found-scroll": "^0.1.6",
"immutable": "^3.8.2",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"perfect-scrollbar": "^1.4.0",
"razzle": "^2.4.1",
"razzle-plugin-typescript": "^2.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-redux": "5",
"react-responsive": "^6.1.2",
"redux": "^4.0.1",
"redux-form": "^7.2.3",
"redux-thunk": "^2.3.0",
"toastify-js": "^1.3.2",
"transit-immutable-js": "^0.7.0",
"transit-js": "^0.8.861"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/node": "^10.12.19",
"@types/react": "^16.8.10",
"@types/react-dom": "^16.8.3",
"@types/react-redux": "^6.0.2",
"@types/redux-form": "^7.2.6",
"@types/webpack-env": "^1.13.6",
"prettier": "^1.13.5",
"razzle-plugin-scss": "^2.4.1",
"tslint": "^5.12.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.1"
}
}