-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.42 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
{
"name": "Leshkan-on-rest",
"version": "1.0.0",
"private": true,
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"devDependencies": {
"babel-preset-es2015": "6.6.0",
"babel-register": "^6.24.1",
"chai": "^4.0.0",
"chai-datetime": "^1.4.1",
"dotenv": "^4.0.0",
"enzyme": "^2.8.2",
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-concat": "2.6.0",
"gulp-esformatter": "6.0.0",
"gulp-eslint": "2.0.0",
"gulp-jasmine": "^2.4.2",
"gulp-less": "3.1.0",
"gulp-loopback-sdk-angular": "0.2.0",
"gulp-minify-css": "1.2.4",
"gulp-ng-annotate": "2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-uglify": "2.0.0",
"gulp-watch": "^4.3.11",
"nsp": "^2.1.0",
"react-addons-test-utils": "^15.5.1",
"react-scripts": "0.9.5",
"run-sequence": "^1.2.2",
"sinon": "^2.3.2",
"timekeeper": "^1.0.0"
},
"dependencies": {
"admin-on-rest": "^1.2.1",
"aor-loopback": "^1.3.1",
"compression": "^1.0.3",
"cors": "^2.5.2",
"eslint-config-loopback": "^8.0.0",
"express-session": "^1.15.3",
"faker": "^4.1.0",
"helmet": "^1.3.0",
"immutability-helper": "^2.3.0",
"lodash": "^4.17.4",
"loopback": "^3.9.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^4.0.0",
"loopback-component-storage": "^3.2.0",
"loopback-connector-mongodb": "^3.1.0",
"mpd": "^1.3.0",
"musicmetadata": "^2.0.5",
"node-schedule": "^1.2.3",
"pug": "^2.0.0-rc.2",
"react": "^15.5.4",
"react-datepicker": "^0.52.0",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.5.4",
"react-dropzone": "^3.13.1",
"react-flexbox-grid": "^1.1.3",
"react-markdown": "^2.5.0",
"react-sortable-hoc": "^0.6.5",
"react-tap-event-plugin": "^2.0.1",
"recompose": "^0.23.4",
"serve-favicon": "^2.0.1",
"socket.io": "^2.0.2",
"strong-error-handler": "^2.0.0"
},
"scripts": {
"lint": "eslint .",
"server": "nodemon -r dotenv/config . dotenv_config_path=./.dev.env",
"posttest": "npm run lint && nsp check",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}