-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.66 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.66 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
137
138
139
140
141
142
143
{
"name": "react-adminlte-components",
"version": "0.0.3",
"description": "React Components that use AdminLTE theme",
"author": "Binh Quan <binhqd@gmail.com>",
"user": "binhqd",
"keywords": [
"react",
"reactjs",
"adminlte",
"admin lte",
"admin",
"dashboard",
"components",
"facebook",
"bootstrap",
"theme"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --mode development --inline --hot --progress",
"build": "cross-env NODE_ENV=production webpack -p --progress --optimize-max-chunks 15 --optimize-min-chunk-size 10000 --env.prod=true",
"start": "webpack-dev-server",
"test": "cross-env NODE_ENV=test istanbul cover --dir ./coverage --report lcov ./node_modules/.bin/mocha-webpack -- --require ./config/babelhook --opts config/mocha-webpack.opts",
"test:watch": "npm test -- --watch",
"enzyme": "./node_modules/mocha-webpack/bin/mocha-webpack --webpack-config webpack.config.test.js \"test/**/*.test.js\"",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/binhqd/reactjs-adminlte.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/binhqd/reactjs-adminlte/issues"
},
"dependencies": {
"admin-lte": "^2.4.2",
"ajv": "^6.2.1",
"ajv-keywords": "^3.1.0",
"async": "^2.6.0",
"autoprefixer": "^8.1.0",
"awesome-typescript-loader": "^4.0.1",
"axios": "^0.18.0",
"bootstrap3-wysihtml5-npm": "^0.3.3-npm.12",
"classnames": "^2.2.5",
"draft-js": "^0.10.4",
"draftjs-to-html": "^0.8.1",
"fg-select-css": "^2.0.3",
"font-awesome": "^4.7.0",
"html-to-draftjs": "^1.3.0",
"icheck": "^1.0.2",
"immutable": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"jquery-slimscroll": "^1.3.8",
"jquery-ui": "1.12.1",
"less": "^3.0.1",
"moment": "^2.21.0",
"node-sass": "^4.7.2",
"normalize.css": "^8.0.0",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-cookies": "^0.1.0",
"react-dom": "^16.2.0",
"react-draft-wysiwyg": "^1.12.11",
"react-paginate": "^5.1.0",
"react-redux": "^5.0.7",
"react-redux-toastr": "^7.2.3",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-select": "^1.2.1",
"redux": "^3.7.2",
"redux-api": "^0.11.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.7",
"shortid": "^2.2.8",
"thunk": "^0.0.1",
"wysihtml": "^0.6.0-beta1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"babel-standalone": "^6.26.0",
"coveralls": "^3.0.0",
"cross-env": "^5.1.4",
"css-loader": "^0.28.10",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.7.0",
"expect": "^22.4.0",
"exports-loader": "^0.7.0",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"gh-pages": "^1.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.6",
"imports-loader": "^0.8.0",
"istanbul": "^0.4.5",
"js-beautify": "^1.7.5",
"jsdom": "^11.6.2",
"json-loader": "^0.5.7",
"less-loader": "^4.1.0",
"markdown-loader": "^2.0.2",
"mocha": "^5.0.4",
"mocha-webpack": "^1.0.1",
"nock": "^9.2.3",
"node-fetch": "^2.1.1",
"node-libs-browser": "^2.1.0",
"path-alias": "^0.0.7",
"postcss-loader": "^2.1.1",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.6.2",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.5.0",
"redux-mock-store": "^1.5.1",
"style-loader": "^0.20.3",
"todomvc-app-css": "^2.1.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"webpack-dev-middleware": "^3.0.1",
"webpack-dev-server": "^3.1.1",
"webpack-hot-middleware": "^2.21.2",
"webpack-manifest-plugin": "^2.0.0-rc.2",
"webpack-node-externals": "^1.6.0"
}
}