-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackageEve.json
66 lines (66 loc) · 1.72 KB
/
packageEve.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
58
59
60
61
62
63
64
65
66
{
"name": "videodromm-website",
"version": "1.0.0",
"description": "Videodromm website",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/videodromm/website.git"
},
"author": "Bruce LANE",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/videodromm/website/issues"
},
"homepage": "https://github.com/videodromm/website#readme",
"dependencies": {
"axios": "^0.15.3",
"babel": "^6.5.2",
"babel-runtime": "^6.20.0",
"body-parser": "^1.15.2",
"classnames": "^2.2.5",
"codemirror": "^5.22.0",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"lodash": "^4.17.3",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-icons": "^2.2.1",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"shortid": "^2.2.6",
"uuid": "^3.0.1",
"validator": "^6.2.0",
"winston": "^2.3.0",
"ws": "^1.1.1",
"xhr": "^2.3.2"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.5",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.12.1",
"eslint-plugin-react": "^6.8.0",
"jshint-stylish": "^2.2.1",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"node-sass": "^3.10.1",
"reactify": "^1.1.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}