-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
{
"name": "dictum",
"version": "2.0.0",
"description": "Composes a static site from markdown files ",
"scripts": {
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"build": "webpack --config webpack-production.config.js --progress --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/DictumMortuum/dictum.git"
},
"keywords": [
"markdown"
],
"author": "Dimitris Raviolos",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DictumMortuum/dictum/issues"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-regenerator": "^6.14.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.2",
"html-webpack-plugin": "^2.7.2",
"react-hot-loader": "^1.3.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"material-ui": "^0.15.0",
"minimist": "^1.2.0",
"moment": "^2.14.1",
"pouchdb": "^5.3.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-tap-event-plugin": "^1.0.0",
"webpack-preset": "^0.2.0",
"webpack-preset-babel": "^0.2.0",
"webpack-preset-babel-stage-1": "^0.2.0"
}
}