forked from knex/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.63 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": "@knex/documentation",
"private": true,
"version": "0.1.0",
"description": "Knex Documentation Builder",
"scripts": {
"dev": "npm update knex && babel-node scripts/dev.js",
"build": "npm update knex && babel-node scripts/build.js",
"serve": "static"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.6",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.13.0",
"child-process-promise": "^2.0.3",
"colors": "^1.1.2",
"css-loader": "^0.23.1",
"dedent": "^0.6.0",
"eslint": "^3.2.2",
"eslint-config-rackt": "^1.1.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-react": "^6.0.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"highlight.js": "^9.5.0",
"html": "0.0.10",
"http-proxy": "^1.14.0",
"ip": "^1.1.3",
"json-loader": "^0.5.4",
"knex": "*",
"marked": "^0.3.6",
"node-static": "^0.7.8",
"nodemon": "^1.10.0",
"portfinder": "^1.0.6",
"raw-loader": "^0.5.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"yargs": "^4.8.1"
},
"author": {
"name": "Tim Griesser",
"web": "https://github.com/tgriesser"
},
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.11.6"
}
}