-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.64 KB
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": "react-for-developers",
"version": "0.0.2",
"description": "1 hour Workshop Covering React.js in ES6.",
"scripts": {
"server": "node server",
"start": "webpack-dev-server --devtool eval --progress --colors",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",
"lint": "./node_modules/.bin/eslint --ext jsx --ext js src || true"
},
"author": "Siamak Mokhtari <s.mokhtari75@gmail.com> (http://siamak.us)",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.3",
"axios": "^0.13.1",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"cssnano": "^3.7.3",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.3",
"file-loader": "^0.9.0",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"open-browser-webpack-plugin": "0.0.2",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-router": "^2.6.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"express": "^4.14.0",
"moment": "^2.14.1",
"twit": "^2.2.4"
},
"devDependencies": {
"babel-preset-react": "^6.5.0",
"body-parser": "^1.15.2",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^4.3.0",
"express": "^4.14.0",
"moment": "^2.14.1",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"twit": "^2.2.4"
}
}