-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "tomzaoral",
"description": "Code base for tomzaoral.com",
"url": "http://tomzaoral.com",
"author": "Tomas Zaoral",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tomzaoral/tomzaoral.github.io.git"
},
"bugs": {
"url": "https://github.com/tomzaoral/tomzaoral.github.io/issues"
},
"homepage": "http://tomzaoral.com",
"scripts": {
"start": "node server.js",
"build": "webpack --config webpack.config.production.js"
},
"devDependencies": {
"babel": "^5.8.9",
"babel-core": "^5.8.9",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.6",
"file-loader": "^0.8.4",
"highlight.js": "^8.7.0",
"html-loader": "^0.3.0",
"json-loader": "^0.5.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"loader-utils": "^0.2.11",
"markdown-highlight-loader": "^0.1.2",
"moment": "^2.10.6",
"react": "^0.13.3",
"react-hot-loader": "^1.2.8",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"react": "^0.13.3",
"react-router": "^1.0.3"
}
}