forked from France-ioi/codecast
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
109 lines (109 loc) · 3.35 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
{
"name": "fioi-recorder",
"version": "4.0.0",
"description": "An editor component based on angular.js and Ace.",
"homepage": "https://github.com/France-ioi/fioi-editor2",
"authors": [
"Sébastien Carlier <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/France-ioi/fioi-editor2"
},
"bugs": {
"url": "https://github.com/France-ioi/fioi-editor2/issues"
},
"scripts": {
"start": "nodemon --watch backend --exec npx --no-install babel-node -- backend/server.js",
"build": "NODE_ENV=production webpack --progress --colors --display-modules"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.36",
"@babel/node": "^7.0.0-beta.36",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.36",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.36",
"@babel/plugin-transform-runtime": "^7.0.0-beta.36",
"@babel/preset-env": "^7.0.0-beta.36",
"@babel/preset-react": "^7.0.0-beta.36",
"@babel/runtime": "^7.0.0-beta.36",
"@blueprintjs/core": "^3.5.1",
"@tyriar/fibonacci-heap": "^1.0.10",
"adt": "^0.7.2",
"ansi-to-html": "^0.4.1",
"array.prototype.fill": "^1.0.2",
"audio-decode": "^1.4.0",
"aws-sdk": "^2.268.1",
"babel-cli": "^7.0.0-beta.3",
"babel-loader": "8.0.0-beta.0",
"bennu": "^17.3.0",
"body-parser": "^1.15.0",
"bootstrap-sass": "^3.3.7",
"brace": "^0.9.1",
"classnames": "^2.2.5",
"client-oauth2": "^4.1.0",
"css-loader": "^0.26.1",
"decibels": "^2.0.0",
"edit-url": "^1.0.1",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.3",
"es6-symbol": "^3.1.1",
"eventemitter2": "^3.0.0",
"express": "^4.13.4",
"express-mysql-session": "^1.2.2",
"file-loader": "^0.10.0",
"file-saver": "^1.3.8",
"fourier-transform": "^1.1.2",
"immutability-helper": "^2.2.0",
"immutable": "^3.8.1",
"intl-messageformat": "^2.1.0",
"jsonwebtoken": "^8.3.0",
"lamejs": "^1.1.0",
"lodash": "^4.17.4",
"lodash.memoize": "^4.1.2",
"md5": "^2.2.1",
"mysql": "^2.14.1",
"node-range": "^0.1.0",
"node-sass": "^4.5.0",
"nodemon": "^1.12.1",
"nu-stream": "^3.3.1",
"packrattle": "^4.1.0",
"persistent-c": "^11.3.0",
"pretty-error": "^2.1.1",
"pug": "^2.0.0-beta5",
"query-string": "^4.3.2",
"randomstring": "^1.1.5",
"rc-slider": "^8.6.0",
"react": "^16.3.0",
"react-bootstrap": "^0.32.1",
"react-clickdrag": "^3.0.2",
"react-css-modules": "^4.7.1",
"react-dom": "^16.3.0",
"react-files": "^2.4.6",
"react-highlighter": "^0.4.2",
"react-player-controls": "^0.5.20",
"react-portal": "^3.1.0",
"react-redux": "^5.0.7",
"react-select": "^1.2.0",
"react-svg-pan-zoom": "^2.16.0",
"react-transition-group": "^2.3.0",
"redux": "^3.6.0",
"redux-saga": "^0.16.0",
"resolve-url-loader": "^2.2.0",
"s3-browser-direct-upload": "^0.1.2",
"sass-loader": "^6.0.1",
"scroll-into-view-if-needed": "^2.2.11",
"style-loader": "^0.13.1",
"subtitle": "^1.0.1",
"superagent": "^3.4.4",
"text-encoding-utf-8": "^1.0.1",
"typeface-inconsolata": "^0.0.54",
"typeface-open-sans": "^0.0.54",
"url-join": "^4.0.0",
"url-loader": "^0.5.7",
"webpack": "^3.0.0",
"webpack-dev-middleware": "^1.10.0",
"worker-loader": "^1.1.0"
},
"false": {}
}