Skip to content

Commit d1c1987

Browse files
committed
refactor: new project structure
1 parent 101ccc3 commit d1c1987

File tree

161 files changed

+53
-3482
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+53
-3482
lines changed
File renamed without changes.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# dependencies
44
node_modules
5+
package-lock.json
56

67
# testing
78
coverage

package.json

Lines changed: 52 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,57 @@
11
{
2-
"name": "@coreui/react-admin-template",
3-
"version": "2.0.0",
4-
"description": "Free React Admin Template",
5-
"main": "",
6-
"homepage": "http://coreui.io/react/",
7-
"github": "https://github.com/mrholek/CoreUI-React#readme",
8-
"scripts": {
9-
"test": "echo \"Error: no test specified\" && exit 1"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/mrholek/CoreUI-React.git"
14-
},
15-
"keywords": [
16-
"Bootstrap",
17-
"Admin",
18-
"Template",
19-
"Open Source",
20-
"CSS",
21-
"HTML",
22-
"RWD",
23-
"Dashboard",
24-
"React",
25-
"React.js",
26-
"Reactjs"
27-
],
2+
"name": "@coreui/react",
3+
"version": "1.0.10",
4+
"description": "Open Source Bootstrap Admin Template",
285
"author": "Łukasz Holeczek",
6+
"homepage": "http://coreui.io",
7+
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
298
"license": "MIT",
30-
"bugs": {
31-
"url": "https://github.com/mrholek/CoreUI-React/issues"
9+
"private": true,
10+
"devDependencies": {
11+
"babel-core": "6.26.0",
12+
"babel-loader": "7.1.2",
13+
"babel-plugin-transform-object-rest-spread": "6.26.0",
14+
"babel-preset-env": "1.6.1",
15+
"babel-preset-react": "6.24.1",
16+
"copy-webpack-plugin": "4.3.1",
17+
"css-hot-loader": "1.3.6",
18+
"css-loader": "0.28.9",
19+
"extract-text-webpack-plugin": "3.0.2",
20+
"file-loader": "1.1.6",
21+
"html-loader": "0.5.5",
22+
"html-webpack-plugin": "2.30.1",
23+
"node-sass": "4.7.2",
24+
"rimraf": "2.6.2",
25+
"sass-loader": "6.0.6",
26+
"source-list-map": "2.0.0",
27+
"style-loader": "0.20.1",
28+
"uglify-js": "3.3.9",
29+
"url-loader": "0.6.2",
30+
"webpack": "3.10.0",
31+
"webpack-dev-server": "2.11.1"
32+
},
33+
"dependencies": {
34+
"bootstrap": "4.0.0",
35+
"chart.js": "2.7.1",
36+
"flag-icon-css": "2.9.0",
37+
"font-awesome": "4.7.0",
38+
"history": "4.7.2",
39+
"react": "16.2.0",
40+
"react-chartjs-2": "2.7.0",
41+
"react-dom": "16.2.0",
42+
"react-router-dom": "4.2.2",
43+
"react-transition-group": "2.2.1",
44+
"reactstrap": "5.0.0-beta",
45+
"simple-line-icons": "2.4.1"
46+
},
47+
"scripts": {
48+
"dev": "webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev",
49+
"start": "webpack-dev-server --progress --color --inline --env.dev",
50+
"build": "webpack -p --progress --env.prod",
51+
"clean": "rimraf ./build"
52+
},
53+
"engines": {
54+
"node": ">= 8.9.4",
55+
"npm": ">= 5.6.0"
3256
}
3357
}
File renamed without changes.

0 commit comments

Comments
 (0)