-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ts-koa-react-mobx-boilerplate",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node scripts/dev.ts"
},
"repository": {
"type": "git",
"url": "git@github.com:simmons8616/ts-koa-react-mobx-boilerplate.git"
},
"author": "simmons8616",
"license": "MIT",
"dependencies": {
"autoprefixer": "^9.2.0",
"awesome-typescript-loader": "^5.2.1",
"axios": "^0.18.0",
"boom": "^7.2.0",
"classnames": "^2.2.6",
"css-loader": "^1.0.0",
"handlebars": "^4.0.12",
"inquirer": "^6.2.0",
"koa": "^2.5.3",
"koa-body": "^4.0.4",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"koa-views": "^6.1.4",
"koa-webpack": "^5.1.0",
"mobile-detect": "^1.4.3",
"mobx": "^5.5.0",
"mobx-react": "^5.2.8",
"mobx-state-tree": "^3.5.0",
"node-sass": "^4.9.3",
"opn": "^5.4.0",
"postcss-loader": "^3.0.0",
"react": "^16.5.2",
"react-beautiful-dnd": "^9.0.2",
"react-dom": "^16.5.2",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"typescript": "^3.1.3",
"webpack": "^4.20.2",
"webpack-merge": "^4.1.4"
},
"devDependencies": {
"@types/autoprefixer": "^9.1.0",
"@types/boom": "^7.2.0",
"@types/classnames": "^2.2.6",
"@types/handlebars": "^4.0.39",
"@types/inquirer": "^0.0.43",
"@types/koa": "^2.0.46",
"@types/koa-logger": "^3.1.1",
"@types/koa-router": "^7.0.32",
"@types/koa-views": "^2.0.3",
"@types/koa-webpack": "^5.0.1",
"@types/node-sass": "^3.10.32",
"@types/opn": "^5.1.0",
"@types/react": "^16.4.16",
"@types/react-beautiful-dnd": "^7.1.2",
"@types/react-dom": "^16.0.9",
"@types/webpack": "^4.4.16",
"@types/webpack-merge": "^4.1.3"
}
}