-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.71 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
{
"name": "campjs-vii",
"version": "1.0.0",
"description": "The website for CampJS VII",
"main": "app.js",
"scripts": {
"build": "npm run get-schedule && gatsby build",
"publish": "npm run build && npm run push",
"get-schedule": "curl -s http://lanyrd.com/2016/campjs-vii/schedule/f5c33f7018106b04.v1.json > sessions.json",
"push": "node publish.js",
"start": "npm run get-schedule && gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/campjs/campjs-vii.git"
},
"keywords": [],
"author": "Luke Brooker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/campjs/campjs-vii/issues"
},
"homepage": "http://campjs.com",
"dependencies": {
"classnames": "^2.2.3",
"combokeys": "^2.4.4",
"lodash": "^3.10.1",
"moment": "^2.10.3",
"react": "^0.14.3",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.3",
"react-router": "^0.13.5",
"webfontloader": "^1.6.20"
},
"devDependencies": {
"atomic-loader": "^0.1.3",
"autoprefixer-loader": "^3.2.0",
"babel-eslint": "^5.0.0",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-react": "^2.3.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-react": "^4.1.0",
"eslint-plugin-standard": "^1.3.2",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"front-matter": "^2.0.5",
"fs-extra": "^0.26.5",
"gatsby": "^0.7.7",
"gh-pages": "^0.8.0",
"highlight.js": "^9.1.0",
"marked": "^0.3.5",
"url-loader": "^0.5.7",
"webpack": "^1.12.12"
}
}