-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.05 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
{
"name": "billability",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"babel-preset-kyt-react": "0.1.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"current-week-number": "^1.0.7",
"express": "^4.14.0",
"express-session": "^1.15.1",
"kyt": "0.4.0",
"lodash.groupby": "^4.6.0",
"mobx": "^3.1.7",
"mobx-react": "^4.1.3",
"mongoose": "^4.8.6",
"normalize.css": "^5.0.0",
"open": "0.0.5",
"passport": "^0.3.2",
"passport-exact": "^0.1.3",
"postcss-cssnext": "^2.10.0",
"progress": "^1.1.8",
"prompt": "^1.0.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-form": "^1.2.6",
"react-forms": "^2.0.0-beta35",
"react-lightweight-tooltip": "0.0.4",
"react-modal": "^1.7.1",
"react-router": "^2.6.1",
"react-select": "^1.0.0-rc.3",
"react-table": "^5.3.4",
"react-toolbox": "^2.0.0-beta.8",
"request-promise": "^4.1.1",
"simple-oauth2": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.0",
"babel-preset-stage-1": "^6.22.0",
"babel-watch": "^2.0.6",
"dotenv": "^4.0.0",
"enzyme": "^2.4.1",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.4",
"react-addons-test-utils": "^15.3.0",
"webpack": "^2.2.1"
},
"scripts": {
"dev": "kyt dev",
"build": "kyt build",
"start": "node build/server/main.js",
"proto": "kyt proto",
"test": "kyt test",
"test-watch": "kyt test -- --watch",
"test-coverage": "kyt test -- --coverage",
"lint": "npm run lint-script && npm run lint-style",
"lint-script": "kyt lint-script",
"lint-fix": "eslint src --fix",
"lint-style": "kyt lint-style",
"kyt:help": "kyt --help",
"heroku-postbuild": "npm run build"
},
"author": "",
"license": "ISC",
"engines": {
"node": "7.x"
}
}