-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 4.74 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 4.74 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "class_learning_system",
"version": "1.0.0",
"description": "Collaborative Learning Through Assessment",
"main": "server.js",
"engine": "node 5.6.0",
"scripts": {
"start": "gulp",
"create-route": "gulp create-route",
"lint": "eslint . --fix",
"babel-node": "babel-node --plugins transform-flow-strip-types",
"build-production": "gulp build-production --location=../frontend-production-build",
"debug": "gulp"
},
"author": "",
"dependencies": {
"@tinymce/tinymce-react": "^2.2.5",
"async": "^2.6.1",
"axios": "^0.18.0",
"bleach": "^0.3.0",
"body-parser": "^1.18.3",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.8",
"csv-parse": "^2.5.0",
"deep-equal-ident": "^1.1.1",
"express": "^4.16.3",
"express-force-ssl": "^0.3.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"flat-to-nested": "^1.1.0",
"form-data": "^2.3.2",
"generate-password": "^1.4.0",
"handlebars-dateformat": "^1.1.1",
"http": "^0.0.0",
"https": "^1.0.0",
"i18n": "^0.8.3",
"interweave": "^8.1.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"multer": "^1.3.0",
"mv": "^2.1.1",
"npm": "^6.1.0",
"prop-types": "^15.6.2",
"rc-tooltip": "^3.7.2",
"react": "^16.4.1",
"react-addons-shallow-compare": "^15.6.2",
"react-beautiful-dnd": "^7.1.3",
"react-bootstrap-table": "^4.3.1",
"react-checkbox-list": "^0.0.2",
"react-collapsible": "^2.2.0",
"react-confirm": "^0.1.17",
"react-confirm-bootstrap": "^5.3.0",
"react-confirm-dialog": "^1.0.5",
"react-date": "^2.0.0",
"react-datepicker": "^1.5.0",
"react-dates": "^17.0.0",
"react-datetime": "^2.14.0",
"react-dd-menu": "^2.0.2",
"react-dom": "^16.4.1",
"react-dropzone": "^4.2.11",
"react-excel-workbook": "^0.0.4",
"react-highlight-words": "^0.11.0",
"react-hot-loader": "^4.3.3",
"react-loading": "^2.0.2",
"react-numeric-input": "^2.2.3",
"react-progressbar.js": "^0.2.0",
"react-quill": "^1.3.0",
"react-radio-group": "^3.0.3",
"react-rater": "^5.0.1",
"react-router": "^4.3.1",
"react-scroll-to-component": "^1.0.2",
"react-select": "^1.2.1",
"react-star-rating-component": "^1.4.1",
"react-table": "^6.8.6",
"react-tabs": "^2.2.2",
"react-textarea": "^1.0.4",
"react-tooltip": "^3.6.1",
"react-transition-group": "^2.3.1",
"react-ux-password-field": "git+https://github.com/alanRom/react-ux-password-field.git",
"reactable": "^1.0.2",
"redis": "^2.8.0",
"redux": "^4.0.0",
"request": "^2.87.0",
"run-sequence": "^2.2.1",
"serialize-javascript": "^1.5.0",
"tinymce": "^4.7.13",
"tree-model": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^8.6.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class": "^0.3.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"del": "^3.0.0",
"eslint": "^5.0.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"flow-bin": "^0.75.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.9.4",
"gulp-file": "^0.4.0",
"gulp-flowtype": "^1.0.0",
"gulp-install": "^1.1.0",
"gulp-nodemon": "^2.2.1",
"gulp-postcss": "^7.0.1",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^1.0.4",
"inquirer": "^6.0.0",
"node-sass": "^4.9.0",
"nodemon": "^1.17.5",
"pre-commit": "^1.2.2",
"react-treeview": "^0.4.7",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watch-lessc": "^0.0.3",
"watchify": "^3.11.0",
"yargs": "^11.0.0"
}
}