-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
79 lines (79 loc) · 2.18 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
{
"name": "building-blocks",
"version": "0.0.1",
"description": "Create, fork and edit d3.js code snippets for use with bl.ocks.org right in the browser, no terminal required.",
"main": "server.js",
"scripts": {
"local": "webpack --color --progress --watch",
"buildWatch": "webpack --color --progress --watch",
"build": "webpack --color --progress",
"buildProd": "webpack --color --progress -p"
},
"engines": {
"node": ">=12.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enjalot/blockbuilder.git"
},
"keywords": [
"d3.js",
"blocks",
"data",
"visualization"
],
"author": "Ian Johnson",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/enjalot/blockbuilder/issues"
},
"homepage": "https://github.com/enjalot/blockbuilder#readme",
"dependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"blockbuilder-search": "^0.3.1",
"body-parser": "^1.14.2",
"bragi-browser": "0.0.12",
"codemirror-inlet": "^0.1.10",
"compression": "^1.5.1",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.1",
"express": "^4.13.1",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"install": "^0.4.1",
"jsdom": "^12.0.0",
"magic-sandbox": "^1.5.0",
"mongodb": "^2.1.3",
"nconf": "^0.8.2",
"node-sass": "^4.9.3",
"passport": "^0.3.2",
"passport-github": "^1.0.0",
"react": "^0.14.6",
"react-dom": "^0.14.2",
"react-modal": "^0.6.1",
"react-router": "^0.13.5",
"react-select": "^0.9.1",
"react-tools": "^0.13.3",
"react-tooltip": "^1.0.3",
"redis": "^2.4.2",
"reflux": "^0.3.0",
"request": "^2.59.0",
"sass": "^1.13.2",
"superagent": "^1.6.1",
"wrappy": "^1.0.2"
},
"devDependencies": {
"css-loader": "^0.23.1",
"eslint": "^3.0.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^1.3.2",
"extract-text-webpack-plugin": "^1.0.1",
"sass-loader": "^4.0.0",
"webpack": "^1.12.11"
}
}