-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "live-challenge",
"version": "1.0.0",
"description": "An app for sharing short answer questions to a group",
"main": "webpack.config.js",
"scripts": {
"heroku-postbuild": "NODE_ENV=production npm run webpack -- -p",
"start": "npm run webpack -- --watch",
"test": "node_modules/.bin/karma start react/karma.conf.js",
"webpack": "node_modules/.bin/webpack --config ./react/webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"enzyme": "^2.2.0",
"isparta-loader": "^2.0.0",
"jasmine-ajax": "^3.2.0",
"jasmine-core": "^2.4.1",
"jasmine-enzyme": "^1.0.0",
"jquery": "^3.0.0",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "^15.0.2",
"redux-devtools": "^3.2.0"
},
"dependencies": {
"ascii2mathml": "^0.5.3",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"brace": "^0.8.0",
"json-loader": "^0.5.4",
"react": "^15.0.2",
"react-ace": "^3.5.0",
"react-dom": "^15.0.2",
"react-markdown": "^2.4.2",
"react-redux": "^4.4.5",
"react-rich-markdown": "^1.0.1",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"redux": "^3.5.2",
"redux-form": "^5.2.3",
"redux-thunk": "^2.1.0",
"replit-client": "^0.4.0",
"webpack": "^1.13.0"
}
}