forked from typereact/typereact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.04 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
{
"name": "typereact",
"version": "1.0.0",
"description": "typereact app",
"author": "",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.3.14",
"babel-runtime": "^6.3.13",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.6",
"bootstrap-social": "^4.11.0",
"codemirror": "https://github.com/typereact/CodeMirror/tarball/master",
"es6-promise": "^3.0.2",
"express": "^4.13.3",
"express-session": "^1.12.1",
"forever": "^0.15.1",
"history": "^1.16.0",
"immutable": "^3.7.5",
"jquery": "^2.1.4",
"js-beautify": "^1.5.10",
"mysql": "^2.9.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.9",
"path": "^0.12.7",
"react": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-codemirror": "https://github.com/typereact/react-codemirror/tarball/master",
"react-countdown-clock": "https://github.com/typereact/react-countdown-clock/tarball/master",
"react-dom": "^0.14.3",
"react-redux": "^4.0.0",
"react-router": "^1.0.1",
"redux": "^3.0.4",
"redux-thunk": "^1.0.2",
"sequelize": "^3.14.2",
"style-loader": "^0.13.0"
},
"devDependencies": {
"babel": "^6.3.13",
"babel-cli": "^6.3.13",
"babel-core": "^6.3.13",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"chai": "^3.4.1",
"chai-http": "^1.0.0",
"chai-immutable": "^1.5.3",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.13.1",
"mocha": "^2.3.4",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-dev-server": "^1.14.0"
},
"scripts": {
"start": "nodemon server/server.js",
"build": "webpack --progress --colors",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive",
"test:watch": "npm run test -- --watch"
}
}