This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.9 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
67
{
"name": "groupmate",
"version": "0.0.1",
"description": "Groupmate",
"scripts": {
"clean": "rimraf dist",
"build:webpack": "NODE_ENV=production webpack --config frontend/webpack.config.prod.js",
"build": "npm run clean && npm run build:webpack",
"start": "webpack -c --progress -w --config frontend/webpack.config.dev.js",
"lint": "eslint frontend/src/"
},
"author": "Valerii Kovalchuk",
"repository": {
"type": "git",
"url": "https://github.com/pannkotsky/groupmate"
},
"license": "MIT",
"devDependencies": {},
"dependencies": {
"admin-lte": "2.3.2",
"axios": "0.17.0",
"babel-core": "6.7.4",
"babel-eslint": "5.0.0",
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.0-beta1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"bootstrap": "3.3.6",
"classnames": "2.2.3",
"css-loader": "0.23.1",
"eslint": "1.10.3",
"eslint-plugin-babel": "3.1.0",
"eslint-plugin-react": "3.11.3",
"expose-loader": "0.7.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"font-awesome": "4.5.0",
"history": "2.0.1",
"immutable": "3.7.6",
"less": "2.6.0",
"less-loader": "2.2.2",
"lodash": "3.10.1",
"moment": "2.11.2",
"nprogress": "0.2.0",
"pluralize": "7.0.0",
"react": "0.14.9",
"react-autobind": "1.0.6",
"react-bootstrap": "0.31.0",
"react-dom": "0.14.9",
"react-redux": "4.4.1",
"react-router": "2.6.1",
"react-spin": "0.6.2",
"redux": "3.3.1",
"redux-immutablejs": "0.0.8",
"redux-logger": "2.6.1",
"redux-saga": "0.16.0",
"reselect": "2.2.1",
"rimraf": "2.4.3",
"style-loader": "0.13.0",
"superagent": "1.8.2",
"underscore": "1.8.3",
"url-loader": "0.5.7",
"webpack": "1.12.14"
}
}