-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "blog",
"version": "1.0.0",
"description": "A truly anonymous blogging platform.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "webpack --progress --colors --watch --config=webpack.watch.js",
"build": "webpack --progress --colors",
"db": "knex migrate:latest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/blainesch/gpg-blog.git"
},
"author": "",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/blainesch/gpg-blog/issues"
},
"homepage": "https://github.com/blainesch/gpg-blog#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"hash.js": "^1.0.3",
"knex": "^0.12.6",
"lodash": "^4.17.2",
"moment": "^2.17.0",
"pg": "^6.1.0",
"pug": "^2.0.0-beta6",
"react": "^15.4.1",
"react-document-meta": "^2.1.1",
"react-dom": "^15.4.1",
"react-medium-editor": "^1.8.1",
"react-router": "^3.0.0",
"sanitize-html": "^1.13.0",
"slugify": "^1.0.2",
"tor-test": "^0.2.1",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.0",
"node-sass": "^3.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-notifier": "^1.4.1"
}
}