-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.96 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
{
"name": "nek-server",
"version": "1.0.0",
"description": "Server for NEK",
"main": "app.js",
"scripts": {
"dev": "run-p watch server",
"server": "pm2-dev start pm2.json",
"watch": "webpack --progress --profile --colors --watch",
"start": "webpack-dev-server --progress --profile --colors",
"build": "webpack --config webpack.production.config.js",
"lint": "eslint --ext js public"
},
"repository": {
"type": "git",
"url": "https://github.com/kaola-fed/nek-server.git"
},
"keywords": [
"NEK"
],
"author": "Kaola",
"license": "MIT",
"dependencies": {
"app-module-path": "^2.1.0",
"clipboard-js": "^0.3.1",
"file-stream-rotator": "0.0.7",
"koa": "^2.0.0-alpha.7",
"koa-bodyparser": "^3.2.0",
"koa-favicon": "^2.0.0",
"koa-morgan": "^1.0.1",
"koa-mount": "^2.0.0",
"koa-multer": "^1.0.0",
"koa-router": "^7.0.1",
"koa-static": "^3.0.0",
"lodash": "^4.17.0",
"moment": "^2.16.0",
"mongoose": "^4.6.8",
"multer-gridfs-storage": "^1.0.0",
"nek-ui": "0.1.46",
"regular-state": "^0.2.1",
"rgui-ui-drag": "^0.2.0-alpha.1"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.25.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^3.13.0",
"npm-run-all": "^3.1.1",
"pm2": "^2.1.5",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-cleanup-plugin": "^0.4.1",
"webpack-dev-server": "^1.16.2"
}
}