-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.68 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
{
"name": "nantesjs-20170117",
"version": "1.0.1",
"description": "Nantesjs talks about D3 on the 17/01/2017 (using spectacle)",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.production.js",
"lint": "eslint --ext .js .",
"deploy": "npm run clean & npm run build && notify-send 'NantesJS talk' 'Build ready, git push now'",
"start": "cross-env NODE_ENV=development node server.js"
},
"author": "Calvein",
"license": "MIT",
"dependencies": {
"normalize.css": "3.0.3",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"spectacle": "^1.0.0"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel-core": "^6.4.0",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-preset-stage-0": "^6.3.13",
"cross-env": "^1.0.7",
"css-loader": "^0.23.0",
"eslint": "^3.13.1",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"html-loader": "^0.4.0",
"humanize-number": "0.0.2",
"is-buffer": "^1.1.1",
"json-loader": "^0.5.4",
"markdown-loader": "^0.1.7",
"node-libs-browser": "^0.5.3",
"raw-loader": "^0.5.1",
"react-transform-hmr": "^1.0.4",
"rimraf": "^2.4.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.8",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.5.0"
}
}