-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.16 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
{
"name": "react-workshop",
"version": "1.0.0",
"private": true,
"description": "Starter project for React Workshop.",
"scripts": {
"start": "webpack-dev-server --config dev.webpack.config.js",
"lint": "eslint .",
"flow": "flow check . --show-all-errors"
},
"repository": {
"type": "git",
"url": "https://github.com/urbancvek/react-workshop.git"
},
"author": "Urban Cvek <urbancvek@cunomo.com> (http://github.com/urbancvek)",
"dependencies": {
"axios": "^0.15.3",
"core-decorators": "^0.15.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.0.0-beta.3"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"eslint": "^3.14.1",
"eslint-config-shopsterdotio": "1.0.0",
"flow-bin": "^0.38.0",
"react-hot-loader": "^3.0.0-beta.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.2.0-rc.0"
}
}