forked from tajo/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "dzejes",
"version": "1.0.0",
"description": "Series of Czech articles about JavaScript.",
"scripts": {
"start": "./scripts/startSiteDevServer.sh",
"build-site": "./scripts/buildStaticSite.sh",
"publish-site": "./scripts/publishStaticSite.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/tajo/javascript"
},
"author": "Vojtech Miksu <[email protected]> (http://github.com/tajo)",
"license": "CC-BY-NC-ND-3.0",
"bugs": {
"url": "https://github.com/tajo/javascript/issues"
},
"homepage": "http://www.dzejes.cz",
"devDependencies": {
"autoprefixer": "^5.0.0",
"babel": "^5.1.10",
"babel-core": "^5.2.17",
"babel-eslint": "^3.1.1",
"babel-loader": "^5.0.0",
"css-loader": "^0.14.4",
"eslint": "^0.22.1",
"extract-text-webpack-plugin": "^0.8.1",
"file-loader": "^0.8.1",
"glob": "^5.0.10",
"html-loader": "^0.3.0",
"json-loader": "^0.5.2",
"less": "^2.2.0",
"less-loader": "^2.0.0",
"lodash": "^3.1.0",
"marked": "^0.3.2",
"null-loader": "^0.1.0",
"postcss": "^4.0.2",
"react": "^0.13.3",
"react-hot-loader": "^1.2.3",
"style-loader": "^0.12.3",
"url-loader": "^0.5.5",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.8.2"
}
}