-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
{
"name": "CRN",
"version": "0.12.3-alpha",
"description": "React JS web frontend for the CRN application.",
"main": "app.js",
"repository": {
"type": "git"
},
"scripts": {
"lint": "eslint src/scripts/**/**/**/* src/tests/scripts/**/**/**/*",
"test": "./node_modules/.bin/mocha --compilers js:babel/register src/tests/**/**/**/*.spec.js"
},
"author": "Squishymedia",
"dependencies": {
"async": "^1.2.1",
"babel-polyfill": "^6.6.1",
"bids-validator": "0.21.6",
"bowser": "^1.0.0",
"bytes": "^2.3.0",
"es6-react-mixins": "^0.1.6",
"favico.js": "git://github.com/ejci/favico.js#0.3.10",
"moment": "^2.10.3",
"pluralize": "^1.1.2",
"react": "0.14.8",
"react-bootstrap": "0.29.4",
"react-dom": "0.14.0",
"react-ga": "^2.2.0",
"react-input-autosize": "1.1.0",
"react-router": "^0.13.3",
"react-select": "^1.0.0-rc.3",
"reactable": "0.14.0",
"reflux": "^0.2.7",
"remarkable": "1.6.2",
"spark-md5": "^1.0.0",
"superagent": "^1.0.0"
},
"devDependencies": {
"babel": "5.8.23",
"babelify": "^5.0.4",
"browser-sync": "^2.2.3",
"browserify": "^9.0.3",
"connect-history-api-fallback": "^1.2.0",
"del": "2.2.0",
"eslint": "2.7.0",
"eslint-plugin-react": "^4.3.0",
"gulp": "^3.8.11",
"gulp-cachebust": "0.0.6",
"gulp-changed": "^1.2.1",
"gulp-envify": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"mocha": "3.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
}
}