forked from BD2KGenomics/brca-website-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "client-template",
"version": "1.0.0",
"description": "client project template",
"main": "index.js",
"scripts": {
"test": "webpack-dev-server --config webpack.test.js --port 8081",
"lint": "eslint --no-color js/*.js test/*.js",
"clean": "rimraf build/*",
"start": "webpack-dev-server --devtool eval --progress --colors --history-api-fallback",
"build": "webpack",
"build:prod": "npm run build -- --config webpack.prod.js --devtool source-map",
"prebuild": "npm run clean"
},
"author": "UCSC",
"devDependencies": {
"assert": "^1.3.0",
"babel": "^5.1.13",
"babel-core": "^5.1.13",
"babel-eslint": "^3.0.1",
"babel-loader": "^5.0.0",
"css-loader": "^0.9.1",
"eslint": "^0.20.0",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.1",
"html-webpack-plugin": "^1.1.0",
"imports-loader": "^0.6.3",
"jsverify": "^0.6.0-alpha.3",
"eslint-plugin-react": "^2.2.0",
"mocha": "^2.2.1",
"mocha-loader": "^0.7.1",
"rimraf": "^2.3.2",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"babel-runtime": "^5.1.13",
"bootstrap": "^3.3.4",
"raw-loader": "^0.5.1",
"react": "^0.13.1",
"react-bootstrap": "^0.20.0",
"react-datagrid": "^1.2.13",
"react-remarkable": "^1.1.1",
"react-router": "^0.13.3",
"rx": "^2.4.3",
"rx-dom": "^4.0.4",
"underscore": "^1.7.0",
"vcf.js": "^0.2.6",
"react-data-components": "v0.5.0"
}
}