-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
69 lines (69 loc) · 2.25 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
{
"name": "fairy",
"version": "1.0.0",
"description": "Gitf to a cat that her name is Fairy Mo.",
"main": "index.js",
"scripts": {
"lint":"./node_modules/.bin/eslint server/**/*.js",
"koa": "cross-env NODE_ENV=production node ./app.js",
"dev": "cross-env NODE_ENV=production pm2 start ./app.js --watch",
"start": "cd client && npm run build && cd ../ && cross-env NODE_ENV=production pm2 start ./app.js --watch"
},
"author": "aemoe",
"license": "MIT",
"devDependencies": {
"asset-require-hook": "^1.0.2",
"babel-cli": "^6.23.0",
"babel-core": "^6.6.5",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-plugin-transform-require-ignore": "^0.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"babel-preset-stage-2": "^6.13.0",
"babel-preset-stage-3": "^6.22.0",
"babel-register": "^6.23.0",
"babel-runtime": "^6.23.0",
"bcrypt": "^1.0.2",
"cross-env": "^4.0.0",
"css-modules-require-hook": "^4.0.5",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"jsonwebtoken": "^7.3.0",
"koa": "^2.0.0-alpha.8",
"koa-bodyparser": "^4.1.0",
"koa-compress": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-generic-session": "^1.11.5",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-passport": "^3.0.0",
"koa-route": "^3.2.0",
"koa-router": "^7.0.1",
"koa-session": "^5.0.0",
"koa-static2": "^0.1.8",
"mysql": "^2.13.0",
"mysql2": "^1.2.0",
"passport-local": "^1.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"sequelize": "^4.0.0-2",
"trek-captcha": "^0.3.0",
"webpack": "^2.5.1"
}
}