-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
110 lines (110 loc) · 3.29 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
{
"name": "dbpedia-mappings-ui",
"version": "0.0.1",
"description": "RML Mappings UI for DBpedia",
"main": "index.js",
"scripts": {
"start": "gulp",
"first-time-setup": "node first-time-setup.js",
"test": "lab -S -T ./test/lab/transform -L --leaks --lint-options '{\"extensions\":[\".js\",\".jsx\"]}' ./test/lab/client-before.js ./test/client/ ./test/lab/client-after.js ./test/server/ ./test/lab/server-after.js ./test/misc/",
"test-client": "lab --leaks -v -t 99 -S -T ./test/lab/transform ./test/lab/client-before.js $TEST_TARGET ./test/lab/client-after.js || true",
"test-server": "lab --leaks -v -t 99 -S -T ./test/lab/transform $TEST_TARGET ./test/lab/server-after.js || true",
"postinstall": "gulp build",
"heroku-postbuild": "node ./scripts/initialize-db.js"
},
"author": "DBPedia",
"license": "MIT",
"engines": {
"node": "6.0.0"
},
"dependencies": {
"async": "2.x.x",
"asyncawait": "^1.0.6",
"babel-core": "6.x.x",
"babel-loader": "6.x.x",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-preset-es2015": "6.x.x",
"babel-preset-react": "6.x.x",
"babel-preset-stage-2": "^6.24.1",
"bcrypt": "1.x.x",
"boom": "4.x.x",
"bootstrap": "3.x.x",
"classnames": "2.x.x",
"code": "4.x.x",
"confidence": "3.x.x",
"cookie": "0.3.x",
"crumb": "6.x.x",
"del": "2.x.x",
"dotenv": "4.x.x",
"escape-string-regexp": "1.x.x",
"eslint-config-hapi": "10.x.x",
"eslint-plugin-react": "6.x.x",
"filehound": "^1.16.2",
"flux": "3.x.x",
"flux-constant": "1.x.x",
"font-awesome": "4.x.x",
"glue": "4.x.x",
"gulp": "3.x.x",
"gulp-concat": "2.x.x",
"gulp-less": "3.x.x",
"gulp-newer": "1.x.x",
"gulp-nodemon": "2.x.x",
"gulp-rename": "1.x.x",
"gulp-sourcemaps": "2.x.x",
"gulp-util": "3.x.x",
"handlebars": "4.x.x",
"hapi": "16.x.x",
"hapi-auth-cookie": "7.x.x",
"hapi-mongo-models": "6.x.x",
"hapi-react-views": "9.x.x",
"hoek": "4.x.x",
"inert": "4.x.x",
"joi": "10.x.x",
"jsdom": "9.x.x",
"lab": "13.x.x",
"lodash": "^4.17.4",
"merge-stream": "1.x.x",
"mkdirp": "^0.5.1",
"moment": "2.18.x",
"mongo-models": "1.x.x",
"mongodb": "2.x.x",
"mongoose-version": "^1.1.0",
"nodegit": "^0.18.3",
"nodegit-kit": "^0.16.0",
"nodemailer": "4.x.x",
"nodemailer-markdown": "1.x.x",
"nodemon": "1.x.x",
"object-assign": "4.x.x",
"promptly": "2.x.x",
"prop-types": "15.x.x",
"proxyquire": "1.x.x",
"qs": "6.x.x",
"react": "^15.6.1",
"react-ace": "^5.1.0",
"react-async-script-loader": "^0.3.0",
"react-autosuggest": "^9.3.1",
"react-bootstrap": "^0.31.1",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "15.x.x",
"react-markdown": "^2.5.0",
"react-portal-tooltip": "^1.1.5",
"react-router-dom": "4.x.x",
"react-treebeard": "^2.0.3",
"redux": "3.x.x",
"request": "^2.81.0",
"require-dir": "0.3.x",
"rimraf": "^2.6.1",
"slug": "0.9.x",
"unzip": "^0.1.11",
"uuid": "3.x.x",
"vision": "4.x.x",
"visionary": "6.x.x",
"webpack": "2.x.x",
"wreck": "^12.2.2",
"xhr": "2.x.x"
},
"devDependencies": {
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-preset-stage-2": "^6.24.1"
}
}