-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
113 lines (113 loc) · 3.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "timesheetz",
"title": "Timesheet Application",
"main": "./app/server.js",
"description": "Isomorpic Timesheet application for React training labs",
"version": "0.0.1",
"engines": {
"iojs": "2.3.4"
},
"scripts": {
"postinstall": "gulp init",
"babel-node": "babel-node --stage 2",
"start": "./node_modules/.bin/babel-node --stage 2 app/server.js"
},
"dependencies": {
"acorn": "^2.1.0",
"axios": "^0.5.4",
"babel": "^5.8.20",
"babel-core": "^5.8.20",
"babel-loader": "^5.3.2",
"bcrypt": "^0.8.4",
"better-console": "^0.2.4",
"boom": "^2.8.0",
"classnames": "^2.1.3",
"del": "^1.1.1",
"es6-promise": "^2.3.0",
"extend": "^3.0.0",
"flux": "^2.0.3",
"font-awesome": "^4.4.0",
"get-size": "^1.2.2",
"get-style-property": "^0.1.1",
"good": "^6.3.0",
"good-console": "^5.0.2",
"gulp-copy": "0.0.2",
"gulp-help": "^1.6.0",
"gulp-notify": "^2.2.0",
"gulp-rtlcss": "^0.1.4",
"hapi": "^8.8.1",
"hapi-auth-basic": "^3.0.0",
"hapi-auth-cookie": "^3.0.1",
"hoek": "^2.14.0",
"immutable": "^3.7.4",
"jade": "^1.11.0",
"joi": "^6.6.1",
"keymirror": "^0.1.1",
"lodash": "^3.10.0",
"map-stream": "0.0.6",
"moment": "^2.10.6",
"nedb": "^1.1.2",
"nprogress": "^0.2.0",
"object-assign": "^3.0.0",
"open": "0.0.5",
"q": "^1.4.1",
"react": "^0.13.3",
"react-router": "~1.0.0-beta3",
"react-select": "^0.5.6",
"retina.js": "^1.1.0",
"semantic-ui": "^2.0.7",
"simple-guid": "0.0.1",
"tether": "^1.1.0",
"tracer": "^0.7.4",
"winston": "^1.0.1",
"yamljs": "^0.2.3"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.2.0",
"gulp-chmod": "^1.2.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-flatten": "^0.1.1",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^1.2.0",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.0",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-shell": "^0.4.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.3.4",
"gulp-webpack": "^1.5.0",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.4",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webpack": "^1.7.0",
"lazypipe": "^1.0.1",
"merge-stream": "^0.1.8",
"mocha": "^2.2.5",
"protractor": "^2.1.0",
"proxyquire": "^1.6.0",
"proxyquire-universal": "^1.0.7",
"require-dot-file": "^0.4.0",
"script-loader": "^0.6.1",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"through2": "^2.0.0",
"walkdir": "0.0.10",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
}
}