-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 4.08 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "Biphub",
"version": "0.3.0",
"description": "Connecting people and robots",
"main": "dist",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon -L --watch build --watch core --trace-warnings index.js",
"build": "babel core -s -D -d dist/core",
"start:web": "node dist",
"start:web:forever": "forever dist",
"prestart:web": "npm run -s build",
"js:lint:watch": "nodemon -L --trace-warnings --watch client --watch core --exec \"yarn js:lint\"",
"js:fix": "eslint --fix --ext js,vue ./",
"js:lint": "eslint --ext js,vue ./",
"js:lint:prod": "eslint --rule \"\"no-console\": [\"error\"]\" ./",
"scss:lint": "stylelint \"client/**/*.scss\" --syntax scss",
"scss:fix": "stylefmt --recursive \"client/**/*.scss\"",
"test:all": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register --recursive \"core/test/\"",
"test:client": "testcafe all client/tests/index.js --app \"npm start\" --app-init-delay 10000",
"snyk:test": "snyk test"
},
"repository": "bipio/biphub-core",
"author": "Jason Shin <visualbbasic@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-polyfill": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"body-parser": "^1.17.0",
"bookshelf": "^0.10.3",
"compression": "^1.5.2",
"cors": "^2.7.1",
"cross-env": "^4.0.0",
"discord.js": "^11.0.0",
"express": "^4.15.0",
"express-graphql": "^0.6.4",
"express-handlebars": "^3.0.0",
"graphql": "^0.9.2",
"graphql-type-json": "^0.1.4",
"joi": "^10.4.1",
"knex": "^0.12.7",
"knex-cleaner": "^1.1.3",
"lokka": "^1.7.0",
"lokka-transport-http": "^1.6.1",
"milligram": "^1.3.0",
"nconf": "^0.8.4",
"node-sass": "^4.5.2",
"promise-polyfill": "^6.0.2",
"q": "^1.4.1",
"ramda": "^0.23.0",
"ramda-fantasy": "^0.8.0",
"require-all": "^2.1.0",
"resource-router-middleware": "^0.6.0",
"slackbots": "^1.0.2",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"sqlite3": "^3.1.4",
"vue": "^2.2.6",
"vue-router": "^2.4.0",
"vuex": "^2.2.1",
"vuex-router-sync": "^4.1.2",
"winston": "^2.3.1",
"winston-sqlite3": "^1.0.2"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.24.0",
"babel-core": "^6.9.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-vue-app": "^1.1.1",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"element-ui": "^1.3.7",
"eslint": "^3.18.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-security": "^1.3.0",
"eslint-plugin-standard": "^3.0.1",
"express-graphql": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"flow-bin": "^0.42.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"fs": "^0.0.1-security",
"html-webpack-plugin": "^2.28.0",
"mocha": "^3.4.2",
"node-sass": "^4.5.2",
"nodejs-dashboard": "^0.4.1",
"nodemon": "^1.9.2",
"offline-plugin": "^4.6.2",
"postcss-loader": "^1.3.3",
"postcss-nested": "^1.0.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"rucksack-css": "^0.9.1",
"run-sequence": "^1.2.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"stylefmt": "^5.1.2",
"stylelint": "^7.8.0",
"stylelint-config-standard": "^16.0.0",
"testcafe": "^0.14.0",
"tracer": "^0.8.9",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.3.3",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.18.0"
}
}