-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 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
{
"name": "sabacc",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pniko/react-sabacc.git"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@types/node": "^8.0.0",
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"@types/uuid": "^3.4.3",
"appcenter": "^1.5.0",
"appcenter-analytics": "^1.5.0",
"awesome-typescript-loader": "^5.0.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"cors": "^2.8.4",
"express": "^4.13.3",
"lodash": "*",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.0",
"redbox-react": "^1.0.1",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"source-map-loader": "^0.2.3",
"typescript": "^2.8.3",
"uuid": "^3.2.1",
"webpack": "^4.0.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "^2.0.0"
}
}