-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "ningjs",
"version": "0.0.1",
"description": "The repository for the upcoming Nanjing Javascript Meetup",
"main": "webpack.config.js",
"scripts": {
"test": "node -v",
"dev": "webpack-dev-server --devtool eval --colors --content-base build --port 3000",
"dist": "webpack --config webpack.config.prod.js",
"predeploy": "npm run dist && echo \"2016.jsconfchina.com\" > build/CNAME",
"deploy": "gh-pages --dist build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsconfcn/ningjs.git"
},
"keywords": [
"JSConf China",
"jsconfcn",
"NingJS"
],
"author": "Wiredcraft",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsconfcn/ningjs/issues"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^5.8.24",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^5.3.2",
"css-loader": "^0.18.0",
"eslint-plugin-react": "^3.11.1",
"gh-pages": "^0.11.0",
"html-webpack-plugin": "^2.21.0",
"i18n-webpack-plugin": "^0.2.7",
"json-loader": "^0.5.4",
"node-bourbon": "^4.2.3",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.12.3",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"lodash": "^4.6.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.1",
"leaflet": "~0.7.7"
},
"homepage": "https://github.com/jsconfcn/ningjs#readme"
}