forked from popcodeorg/popcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
237 lines (237 loc) · 6.52 KB
/
Copy pathpackage.json
File metadata and controls
237 lines (237 loc) · 6.52 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
{
"name": "popcode",
"version": "0.9.0",
"description": "Web-based HTML/CSS/JS editor for educational use",
"repository": "popcodeorg/popcode",
"homepage": "https://github.com/popcodeorg/popcode",
"author": {
"name": "Mat Brown",
"email": "mat.a.brown@gmail.com",
"url": "https://github.com/outoftime"
},
"contributors": [
{
"name": "Mat Brown",
"email": "mat.a.brown@gmail.com",
"url": "https://github.com/outoftime"
},
{
"name": "Alejandro AR",
"url": "https://github.com/kinduff"
},
{
"name": "Vaibhav Verma",
"email": "vaibhav2614@gmail.com",
"url": "http://www.vverma.net"
},
{
"name": "Alex Pelan",
"email": "alexpelan@gmail.com",
"url": "http://www.alexpelan.com/"
},
{
"name": "Carol Chau",
"email": "carol.chau@macaulay.cuny.edu",
"url": "https://github.com/carolchau"
},
{
"name": "Jesse Wang",
"email": "jesse.wang19@gmail.com",
"url": "https://github.com/jwang1919"
},
{
"name": "Eric Lewis",
"email": "eric.andrew.lewis@gmail.com",
"url": "http://www.ericandrewlewis.com/"
},
{
"name": "Razzi Abuissa",
"email": "razzi53@gmail.com",
"url": "https://razzi.abuissa.net/"
},
{
"name": "Jeremy Schrader",
"email": "schraj@gmail.com",
"url": "http://www.pattern-factory.com/"
},
{
"name": "Leo McLay",
"url": "https://github.com/leo-alexander"
},
{
"name": "Frederic Brodbeck",
"url": "http://www.freder.io/"
},
{
"name": "Ben Yelsey",
"url": "https://github.com/inlinestyle"
},
{
"name": "Aaron Greenberg",
"url": "https://github.com/ajgreenb"
},
{
"name": "Peter Jablonski",
"email": "pwjablonski@gmail.com",
"url": "https://github.com/pwjablonski"
},
{
"name": "Ten-Young Guh",
"url": "https://github.com/tenyoung795"
},
{
"name": "Ilona Brand",
"email": "theilonabrand@gmail.com",
"url": "https://github.com/ibrand"
},
{
"name": "Kaylee Knowles",
"url": "https://github.com/kaylee42"
},
{
"name": "Felicia Wong",
"email": "https://github.com/quixotically"
}
],
"keywords": "code editor education learning",
"bugs": "https://trello.com/b/ONaFg6wh/popcode",
"license": "MIT",
"dependencies": {
"PrettyCSS": "^0.3.15",
"ajv": "^5.2.2",
"array-to-sentence": "^1.1.0",
"bowser": "^1.4.5",
"brace": "^0.10.0",
"bugsnag-js": "^3.0.1",
"classnames": "^2.1.5",
"css": "^2.2.1",
"enumify": "^1.0.4",
"es6-set": "^0.1.4",
"esprima": "^3.0.0",
"firebase": "^4.1.3",
"github-api": "^3.0.0",
"html-inspector": "^0.8.2",
"htmllint": "^0.5.0",
"i18next": "^9.0.0",
"immutable": "^3.7.5",
"js-cookie": "^2.1.3",
"jshint": "^2.9.3",
"keymirror": "^0.1.1",
"lodash": "^4.15.0",
"loop-breaker": "^0.1.0-alpha.7",
"moment": "^2.14.1",
"offline-plugin": "^4.8.1",
"parse5": "^3.0.2",
"pify": "^3.0.0",
"promise-retry": "^1.1.1",
"prop-types": "^15.5.10",
"qs": "^6.1.0",
"react": "^15.4.1",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "^15.4.1",
"react-draggable": "^3.0.3",
"react-ga": "^2.1.2",
"react-onclickoutside": "^6.5.0",
"react-prevent-clickthrough": "^0.0.3",
"react-redux": "^5.0.3",
"reduce-reducers": "^0.1.2",
"redux": "^3.6.0",
"redux-actions": "^2.2.1",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.3",
"redux-saga-debounce-effect": "^0.2.2",
"remark": "^8.0.0",
"remark-react": "^4.0.0",
"reselect": "^3.0.1",
"rxjs": "^5.0.2",
"slowparse": "^1.1.4",
"stylelint": "^8.0.0",
"uuid": "^3.1.0",
"void-elements": "^3.1.0"
},
"engines": {
"node": "7.6.0",
"yarn": "0.27.5"
},
"scripts": {
"postinstall": "bower install",
"pretest": "yarn run lint",
"dev": "yarn install && gulp dev",
"test": "karma start --single-run --no-auto-watch",
"autotest": "karma start --no-single-run --auto-watch",
"lint": "eslint --ext .js,.jsx --plugin react src test && stylelint src/**/*.css",
"fixlint": "eslint --ext .js,.jsx --plugin react --fix src test",
"toc": "doctoc README.md --github --title '## Table of Contents'",
"preview": "rm -rvf dist && gulp build --production && static dist"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.14.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.6.1",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.22.0",
"bower": "^1.7.9",
"brfs": "^1.4.3",
"browser-sync": "^2.14.3",
"bulkify": "^1.4.2",
"check-dependencies": "^1.0.1",
"circular-dependency-plugin": "^4.2.0",
"cloudflare": "^2.1.1",
"cssnano": "^3.10.0",
"doctoc": "^1.2.0",
"eslint": "^4.2.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-react": "^7.0.1",
"eslint_d": "^5.1.0",
"exports-loader": "^0.6.3",
"git-rev-sync": "^1.6.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^7.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-util": "^3.0.7",
"i18next-resource-store-loader": "^0.1.1",
"immutable-devtools": "0.0.7",
"imports-loader": "^0.7.1",
"json-loader": "^0.5.4",
"karma": "^1.1.0",
"karma-browserstack-launcher": "^1.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-tap": "^3.1.1",
"karma-webpack": "^2.0.4",
"node-static": "^0.7.9",
"null-loader": "^0.1.1",
"postcss": "^6.0.6",
"postcss-cssnext": "^3.0.2",
"raw-loader": "^0.5.1",
"react-addons-perf": "^15.4.2",
"redux-saga-test-plan": "^3.0.2",
"sinon": "^3.2.1",
"string-replace-loader": "^1.0.5",
"stylelint-selector-bem-pattern": "^1.0.0",
"substitute-loader": "^1.0.0",
"svg-react-loader": "^0.4.4",
"svgo": "^0.7.2",
"svgo-loader": "^1.1.2",
"tape": "^4.6.3",
"transform-loader": "^0.2.3",
"webpack": "^3.1.0",
"webpack-dev-middleware": "^1.8.2",
"webpack-hot-middleware": "^2.12.2",
"yargs": "^8.0.1"
},
"optionalDependencies": {
"fsevents": "*"
}
}