Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2020-092
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2020 - 092
2020-092
Commits
0c03c2dd
Commit
0c03c2dd
authored
Nov 06, 2020
by
Ashen Udayanga Sudugala
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Haritha' into 'master'
Add Files See merge request
!16
parents
615c12b8
7dd7b7f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
86 additions
and
0 deletions
+86
-0
WANHEDA_Front_End/package.json
WANHEDA_Front_End/package.json
+86
-0
No files found.
WANHEDA_Front_End/package.json
0 → 100755
View file @
0c03c2dd
{
"name"
:
"@coreui/coreui-free-react-admin-template"
,
"version"
:
"3.1.0"
,
"description"
:
"CoreUI React Open Source Bootstrap 4 Admin Template"
,
"author"
:
{
"name"
:
"CoreUI"
,
"url"
:
"https://coreui.io"
,
"github"
:
"https://github.com/coreui"
,
"twitter"
:
"https://twitter.com/core_ui"
},
"contributors"
:
[
{
"name"
:
"CoreUI Team"
,
"url"
:
"https://github.com/orgs/coreui/people"
}
],
"homepage"
:
"."
,
"copyright"
:
"Copyright 2017-2020 creativeLabs Łukasz Holeczek"
,
"license"
:
"MIT"
,
"private"
:
true
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git@github.com:coreui/coreui-free-react-admin-template.git"
},
"dependencies"
:
{
"@coreui/chartjs"
:
"^2.0.0"
,
"@coreui/coreui"
:
"^3.2.2"
,
"@coreui/icons"
:
"2.0.0-beta.4"
,
"@coreui/icons-react"
:
"^1.0.2"
,
"@coreui/react"
:
"^3.2.3"
,
"@coreui/react-chartjs"
:
"^1.0.1"
,
"@coreui/utils"
:
"^1.3.1"
,
"axios"
:
"^0.20.0"
,
"classnames"
:
"^2.2.6"
,
"core-js"
:
"^3.6.5"
,
"enzyme"
:
"^3.11.0"
,
"enzyme-adapter-react-16"
:
"^1.15.3"
,
"node-sass"
:
"^4.14.1"
,
"prop-types"
:
"^15.7.2"
,
"react"
:
"^16.13.1"
,
"react-app-polyfill"
:
"^1.0.6"
,
"react-dom"
:
"^16.13.1"
,
"react-redux"
:
"7.2.1"
,
"react-router-dom"
:
"^5.2.0"
,
"react-toastify"
:
"^6.0.8"
,
"redux"
:
"4.0.5"
,
"redux-thunk"
:
"^2.3.0"
},
"devDependencies"
:
{
"react-scripts"
:
"^3.4.2"
,
"auto-changelog"
:
"2.2.0"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
"build"
:
"react-scripts build"
,
"test"
:
"react-scripts test"
,
"test:cov"
:
"npm test -- --coverage --watchAll=false"
,
"test:debug"
:
"react-scripts --inspect-brk test --runInBand"
,
"eject"
:
"react-scripts eject"
,
"changelog"
:
"auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit"
},
"bugs"
:
{
"url"
:
"https://github.com/coreui/coreui-free-react-admin-template/issues"
},
"eslintConfig"
:
{
"extends"
:
"react-app"
},
"browserslist"
:
[
">0.2%"
,
"not dead"
,
"not ie <= 10"
,
"not op_mini all"
],
"jest"
:
{
"collectCoverageFrom"
:
[
"src/**/*.{js,jsx}"
,
"!**/*index.js"
,
"!src/serviceWorker.js"
,
"!src/polyfill.js"
]
},
"engines"
:
{
"node"
:
">=10"
,
"npm"
:
">=6"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment