-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.41 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.41 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "mock_project",
"version": "1.0.0",
"description": "Mock Project",
"private": true,
"engines": {
"npm": ">=3"
},
"scripts": {
"start": "npm-run-all --parallel open:src lint:watch",
"open:src": "babel-node tools/srcServer.js",
"open:dist": "babel-node tools/distServer.js",
"lint": "esw webpack.config.* src tools --color",
"lint:watch": "npm run lint -- --watch",
"clean-dist": "npm run remove-dist && mkdir dist",
"remove-dist": "rimraf ./dist",
"prebuild": "npm run clean-dist && npm run lint && npm run test",
"build": "babel-node tools/build.js && npm run open:dist",
"test": "jest",
"test:cover": "babel-node node_modules/isparta/bin/isparta cover --root src --report html node_modules/mocha/bin/_mocha -- --require ./tools/testSetup.js \"src/**/*.spec.js\" --reporter progress",
"test:cover:travis": "babel-node node_modules/isparta/bin/isparta cover --root src --report lcovonly _mocha -- --require ./tools/testSetup.js \"src/**/*.spec.js\" && cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
"test:watch": "npm run test -- --watch",
"open:cover": "npm run test:cover && open coverage/index.html"
},
"dependencies": {
"axios": "^0.15.3",
"expect": "1.20.2",
"firebase": "3.8.0",
"flexboxgrid": "6.3.1",
"font-awesome": "4.7.0",
"history": "4.5.1",
"install": "^0.8.8",
"material-paper": "0.0.8",
"material-ui": "0.17.0",
"material-ui-fullscreen-dialog": "0.3.1",
"moment": "^2.18.1",
"nock": "9.0.13",
"npm": "^4.4.4",
"react": "^15.5.3",
"react-addons-css-transition-group": "^15.5.1",
"react-addons-transition-group": "^15.5.1",
"react-bootstrap-table": "^3.1.8",
"react-cookie": "^1.0.5",
"react-d3-basic": "^1.6.11",
"react-dom": "^15.5.3",
"react-native": "0.43.4",
"react-native-action-button": "2.6.9",
"react-native-vector-icons": "4.0.1",
"react-notification-badge": "^1.3.0",
"react-notification-system": "^0.2.13",
"react-notification-system-redux": "^1.0.11",
"react-popup": "^0.6.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"react-tap-event-plugin": "2.0.1",
"react-toolbox": "^2.0.0-beta.8",
"react-transition-group": "1.1.2",
"react-websocket": "^1.1.6",
"react-window-resize-listener": "^1.1.0",
"reactstrap": "^4.5.0",
"recharts": "0.20.8",
"redux": "^3.6.0",
"redux-mock-store": "1.2.3",
"redux-persist": "4.6.0",
"redux-thunk": "^2.1.0",
"socket.io": "^1.7.3"
},
"devDependencies": {
"autoprefixer": "6.7.3",
"axios": "^0.15.3",
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-eslint": "^7.1.0",
"babel-jest": "19.0.0",
"babel-loader": "6.3.2",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-remove-prop-types": "0.3.2",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.23.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-1": "6.22.0",
"babel-register": "6.23.0",
"browser-sync": "2.18.8",
"chai": "3.5.0",
"chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0",
"coveralls": "2.11.16",
"cross-env": "3.1.4",
"css-loader": "0.26.1",
"enzyme": "2.7.1",
"eslint": "3.15.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.0",
"eslint-watch": "3.0.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.10.0",
"html-webpack-plugin": "2.22.0",
"isparta": "4.0.0",
"jest": "19.0.2",
"mocha": "3.2.0",
"node-sass": "4.5.0",
"npm-run-all": "4.0.1",
"nwb": "0.12.x",
"open": "0.0.5",
"postcss-loader": "1.3.1",
"prompt": "1.0.0",
"react-addons-test-utils": "15.4.2",
"redux-immutable-state-invariant": "1.2.4",
"redux-mock-store": "1.2.3",
"replace": "0.3.0",
"rimraf": "2.5.4",
"sass-loader": "6.0.1",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.1",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.12.2",
"webpack-md5-hash": "0.0.5"
},
"keywords": [
"react",
"reactjs",
"material",
"material-ui",
"template",
"admin"
],
"author": "",
"license": "MIT",
"repository": ""
}