-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
{
"name": "wall-street-react",
"version": "1.0.0",
"description": "Sandbox application in about stock exchange",
"scripts": {
"start": "node server",
"lint": "eslint app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/redpelicans/wall-street-react.git"
},
"keywords": [
"spa",
"react"
],
"author": "Nicolas Briemant",
"license": "MIT",
"bugs": {
"url": "https://github.com/redpelicans/wall-street-react/issues"
},
"homepage": "https://github.com/redpelicans/wall-street-react#readme",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.8.19",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.6",
"eslint": "^0.24.1",
"eslint-plugin-react": "^3.1.0",
"express": "^4.13.1",
"faker": "^3.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^0.15.0",
"http-proxy": "^1.11.1",
"json-server": "^0.7.25",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"react-hot-loader": "^1.2.8",
"regenerator": "^0.8.36",
"regenerator-loader": "^2.0.0",
"style-loader": "^0.12.3",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"alt": "^0.17.1",
"axios": "^0.5.4",
"co": "^4.6.0",
"lodash": "^3.10.1",
"material-ui": "^0.11.0",
"react": "^0.13.3",
"react-router": "^0.13.3",
"react-tap-event-plugin": "^0.1.7"
}
}