forked from HelikarLab/candis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.79 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": "candis",
"version": "0.1.0",
"description": "A data mining suite for DNA microarrays",
"main": "candis/app/client/app/Client.js",
"directories": {
"doc": "docs"
},
"scripts": {
"sass": "sass --watch candis/app/client/styles/App.scss:candis/app/assets/css/styles.min.css --sourcemap=none --style compressed",
"webpack": "webpack --watch",
"start": "concurrently --kill-others \"npm run sass\" \"npm run webpack\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/achillesrasquinha/candis.git"
},
"author": "Achilles Rasquinha",
"license": "MIT",
"bugs": {
"url": "https://github.com/achillesrasquinha/candis/issues"
},
"homepage": "https://github.com/achillesrasquinha/candis#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"concurrently": "^3.5.0",
"npm-check": "^5.4.5",
"uglify-es": "github:mishoo/UglifyJS2#harmony",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.5"
},
"dependencies": {
"axios": "^0.16.2",
"classnames": "^2.2.5",
"fuse.js": "^3.0.3",
"jsonwebtoken": "^7.4.3",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-data-grid": "^2.0.58",
"react-data-grid-addons": "^2.0.58",
"react-dom": "^15.5.4",
"react-redux": "^5.0.6",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-select": "^1.0.0-rc.5",
"react-sortable-hoc": "^0.6.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"shortid": "^2.2.8",
"socket.io": "^2.0.3",
"store": "^2.0.12"
}
}