This repository was archived by the owner on Jun 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.75 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
55
56
57
58
59
60
61
62
{
"name": "lv-client",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "npm rebuild node-sass; ./node_modules/.bin/gulp watch",
"build-prod": "npm rebuild node-sass; ./node_modules/.bin/gulp build:prod",
"build-dev": "npm rebuild node-sass; ./node_modules/.bin/gulp build:dev",
"doc": "esdoc -c esdoc.json"
},
"dependencies": {
"axios": "^0.15.3",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"body-parser": "~1.13.2",
"bourbon-neat": "^1.8.0",
"css-loader": "^0.25.0",
"debug": "~2.2.0",
"del": "^2.2.2",
"express": "~4.13.1",
"gulp": "^3.9.1",
"gulp-concat-css": "^2.3.0",
"gulp-eslint": "^3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-util": "^3.0.7",
"moment": "^2.15.2",
"moment-duration-format": "^1.3.0",
"morgan": "~1.6.1",
"node-neat": "^1.7.2",
"path": "^0.12.7",
"react": "^15.1.0",
"react-breadcrumbs": "^1.5.2",
"react-cookie": "^0.4.6",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-router": "2.8.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"run-sequence": "^1.2.2",
"serve-favicon": "~2.3.0",
"style-loader": "^0.13.1",
"validator": "^6.2.1",
"video.js": "^5.16.0",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"esdoc": "^0.5.2",
"eslint": "^3.19.0",
"eslint-config-google": "^0.5.0",
"eslint-plugin-react": "^5.1.1"
}
}