-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 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
69
70
71
{
"name": "vcoders-api",
"version": "1.0.0",
"description": "A demo project for learning React.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/sarike/vcoders"
},
"dependencies": {
"axios": "^0.17.1",
"classnames": "^2.2.5",
"knex": "^0.14.6",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-passport": "^4.0.1",
"koa-router": "^7.3.0",
"koa-session": "^5.7.1",
"koa-static": "^4.0.2",
"moment": "^2.21.0",
"mysql": "^2.15.0",
"nodemon": "^1.17.5",
"passport-github": "^1.1.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-loadable": "^5.4.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"sanitizer": "^0.1.3",
"showdown": "^1.8.6",
"showdown-highlight": "^2.1.4",
"showdown-prettify": "^1.3.0",
"validator": "^9.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.9",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"koa-webpack": "^4.0.0",
"less": "^3.11.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.4.0",
"prettier": "^2.0.5",
"style-loader": "^0.19.1",
"webpack": "^4.10.2",
"webpack-command": "^0.2.0"
},
"scripts": {
"start": "NODE_ENV=development nodemon --watch router --watch service index.js",
"debug": "NODE_ENV=development node --inspect=9229 index.js",
"build": "NODE_ENV=production webpack"
},
"keywords": [],
"author": "Sarike <[email protected]>",
"license": "ISC"
}