forked from WPI-MIAP/MIAP-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.49 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.49 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
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
114
115
116
117
118
119
120
121
122
123
124
{
"name": "diva-node-express",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"tsc-watch": "tsc -w",
"build": "gulp build",
"start": "node build/server/index.js",
"setup": "npm install & typings install",
"test": "gulp test",
"watch": "nodemon --watch build/server build/server/index.js",
"fdev": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"fwatch": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"fhot": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"fproduction": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"react-docs": "simple-react-docgen ./resources -o ./documentation/reactDocumentation.md",
"ts-docs": "typedoc --allowJs --ignoreCompilerErrors --module commonjs --theme markdown --out ./documentation/ts-documentation/ --readme none --name \"TypeScript Documentation\"",
"ts-docs:help": "typedoc -h",
"js-docs": "jsdoc2md -f ./resources/**/*.js > ./documentation/jsDocumentation.md",
"js-docs:help": "jsdoc2md -h",
"docs": "npm run react-docs && npm run js-docs && npm run ts-docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "^2.4.0",
"@types/boom": "^4.3.2",
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/mongoose": "^4.7.13",
"@types/nconf": "0.0.34",
"@types/node": "8.0.31",
"@types/sinon": "^2.2.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "6.24.1",
"chai": "^3.5.0",
"cross-env": "5.0.5",
"gulp": "^3.9.1",
"gulp-env": "^0.4.0",
"gulp-mocha": "^4.3.1",
"gulp-rimraf": "^0.2.1",
"gulp-shell": "^0.6.3",
"gulp-tslint": "^8.0.0",
"laravel-mix": "^1.7.2",
"mocha": "^3.4.1",
"node": "0.0.0",
"node-sass": "4.5.3",
"react-styleguidist": "^6.2.6",
"sinon": "^2.2.0",
"tslint": "^5.2.0",
"typedoc": "^0.11.1",
"typedoc-plugin-markdown": "^1.0.14",
"typescript": "^2.3.2",
"webpack": "^3.11.0",
"webpack-blocks": "^1.0.0-rc.2"
},
"dependencies": {
"axios": "0.17.0",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.15.2",
"bootstrap-sass": "3.3.7",
"chai-http": "^3.0.0",
"commander": "2.11.0",
"cors": "2.8.4",
"crypto": "^1.0.1",
"csv": "2.0.0",
"csv-parse": "2.0.0",
"csv-write-stream": "2.0.0",
"csvtojson": "1.1.9",
"d3": "4.10.2",
"debug": "^2.2.0",
"express": "^4.14.0",
"font-awesome": "4.7.0",
"jquery": "3.2.1",
"jsdoc-to-markdown": "^4.0.1",
"lodash": "4.17.4",
"material-ui": "0.19.4",
"material-ui-search-bar": "0.4.1",
"mime": "^2.2.0",
"morgan": "^1.7.0",
"multer": "1.3.0",
"popper.js": "1.12.9",
"pug": "2.0.0-rc.4",
"rc-slider": "8.6.0",
"react": "16.0.0",
"react-autosuggest": "9.3.2",
"react-d3-tree": "1.7.0",
"react-dimensions": "1.3.1",
"react-dom": "16.0.0",
"react-files": "^2.4.3",
"react-flexbox-grid": "2.0.0",
"react-graph-vis": "1.0.2",
"react-grid-layout": "0.16.2",
"react-inlinesvg": "0.7.5",
"react-instantsearch": "4.2.0",
"react-joyride": "^1.11.2",
"react-linechart": "1.1.12",
"react-rangeslider": "2.2.0",
"react-redux": "5.0.6",
"react-resizable": "1.7.5",
"react-scroll-horizontal": "^1.2.1",
"react-scrollbar": "^0.5.4",
"react-search-box": "0.0.6",
"react-search-input": "0.11.3",
"react-sidebar": "2.3.2",
"react-slick": "^0.19.0",
"react-swipeable-views": "^0.12.13",
"react-vis-force": "0.3.1",
"recharts": "^1.0.0-beta.10",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"shelljs": "0.7.8",
"simple-react-docgen": "^1.1.1",
"slick-carousel": "^1.8.1",
"throttle-debounce": "1.0.1",
"typedoc-markdown-theme": "0.0.4"
}
}