-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.14 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.14 KB
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
68
69
70
71
{
"name": "RegOpz-Web-App",
"version": "1.0.0",
"description": "RegOpz Admin",
"main": "index.js",
"repository": "git+https://github.com/RegOpz/RegOpzWebApp.git",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --hot --inline --port 8080 --host 0.0.0.0",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm run test -- --watch"
},
"author": "RegOpz",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-react-hmre": "^1.1.1",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"css-loader": "^0.26.2",
"jquery": "^3.0.0",
"jsdom": "^8.1.0",
"lodash-webpack-plugin": "^0.11.4",
"mocha": "^2.4.5",
"react-addons-test-utils": "^0.14.7",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"axios": "^0.15.3",
"babel-preset-stage-1": "^6.1.18",
"bootbox": "^4.4.0",
"colresizable": "^1.6.0",
"dev": "^0.1.3",
"file-loader": "^0.11.2",
"jwt-decode": "^2.2.0",
"lodash": "^3.10.1",
"npm": "^6.1.0",
"promise": "^7.1.1",
"react": "^0.14.3",
"react-bootstrap": "^0.30.8",
"react-breadcrumbs": "^1.6.6",
"react-collapsible": "^1.4.0",
"react-data-grid": "^2.0.18",
"react-datagrid": "^2.1.2",
"react-datepicker": "^0.46.0",
"react-dom": "^0.14.3",
"react-favicon": "^0.0.14",
"react-loading": "0.0.9",
"react-modal": "^1.7.6",
"react-notification-system": "^0.2.16",
"react-redux": "^4.0.0",
"react-responsive-accordion": "^1.0.0",
"react-router": "^2.8.1",
"react-table": "^6.8.0",
"react-tabs": "^0.8.3",
"react-tag-input": "^4.7.2",
"recharts": "^1.0.0-alpha.1",
"recompose": "^0.24.0",
"redux": "^3.0.4",
"redux-form": "^7.0.1",
"redux-promise": "^0.5.3",
"sorty": "^1.2.2"
}
}