forked from Instrument/query-it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "next-big-query",
"version": "0.0.1",
"description": "next big query",
"scripts": {
"prod": "webpack",
"kiosk": "webpack-dev-server --hot --colors --inline --module-bind --host=0.0.0.0 -d --content-base serve/",
"dev": "webpack; webpack-dev-server --hot --colors --inline --module-bind --host=0.0.0.0 -d --content-base serve/"
},
"dependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"body-parser": "^1.15.0",
"chalk": "^1.1.1",
"core-decorators": "^0.11.0",
"cors": "^2.7.1",
"css-loader": "^0.23.1",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-jsx-a11y": "^1.2.0",
"express": "^4.13.4",
"gcloud": "^0.28.0",
"google-spreadsheet": "^2.0.2",
"json-2-csv": "^2.0.17",
"json-loader": "^0.5.4",
"json2csv": "^3.2.0",
"keypress": "^0.2.1",
"lodash": "^4.5.1",
"multer": "^1.1.0",
"node-aplay": "^1.0.3",
"node-sass": "^3.4.2",
"play": "^0.5.0",
"sass-loader": "^3.1.2",
"scss-loader": "0.0.1",
"sprintf": "^0.1.5",
"style-loader": "^0.13.0",
"throat": "^2.0.2",
"uglify-loader": "^1.3.0",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1",
"ws": "^1.0.1",
"yargs": "^4.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"copy-webpack-plugin": "^1.1.1",
"core-js": "^2.0.3",
"file-loader": "^0.8.5",
"firebase": "^2.4.0",
"highlight.js": "^9.1.0",
"jquery": "^2.2.0",
"paramalama": "^0.2.0",
"slackbots": "^0.5.1"
},
"author": "Instrument",
"license": "None"
}