Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nemean-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
superlin
nemean-cli
Commits
e8040237
Commit
e8040237
authored
Oct 11, 2019
by
super-lin0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update package name
parent
98429daa
Pipeline
#121
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
8 deletions
+23
-8
package.json
package.json
+2
-2
template/web/package.json
template/web/package.json
+21
-6
No files found.
package.json
View file @
e8040237
{
"name"
:
"nemean-cli"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
1
"
,
"main"
:
"index.js"
,
"license"
:
"
MIT
"
,
"author"
:
"super-lin"
,
...
...
@@ -15,6 +15,6 @@
"
shelljs
"
:
"
^0.8.3
"
},
"bin"
:
{
"
heracles
"
:
"./bin/npmrc.js"
"
nemean
"
:
"./bin/npmrc.js"
}
}
template/web/package.json
View file @
e8040237
{
"name"
:
"
ant-design-pro
"
,
"name"
:
"
nemean-cli
"
,
"version"
:
"1.0.0"
,
"private"
:
true
,
"description"
:
"An out-of-box UI solution for enterprise applications"
,
...
...
@@ -26,14 +26,25 @@
"test:component"
:
"umi test ./src/components"
,
"ui"
:
"umi ui"
},
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"npm run lint-staged"
}
},
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"npm run lint-staged"
}
},
"lint-staged"
:
{
"**/*.less"
:
"stylelint --syntax less"
,
"**/*.{js,jsx,tsx,ts,less,md,json}"
:
[
"prettier --write"
,
"git add"
],
"**/*.{js,jsx,tsx,ts,less,md,json}"
:
[
"prettier --write"
,
"git add"
],
"**/*.{js,jsx}"
:
"npm run lint-staged:js"
,
"**/*.{js,ts,tsx}"
:
"npm run lint-staged:js"
},
"browserslist"
:
[
"> 1%"
,
"last 2 versions"
,
"not ie <= 10"
],
"browserslist"
:
[
"> 1%"
,
"last 2 versions"
,
"not ie <= 10"
],
"dependencies"
:
{
"@ant-design/pro-layout"
:
"^4.5.16"
,
"@antv/data-set"
:
"^0.10.2"
,
...
...
@@ -94,8 +105,12 @@
"umi-types"
:
"^0.5.0"
,
"webpack-theme-color-replacer"
:
"^1.2.15"
},
"optionalDependencies"
:
{
"puppeteer"
:
"^1.17.0"
},
"engines"
:
{
"node"
:
">=10.0.0"
},
"optionalDependencies"
:
{
"puppeteer"
:
"^1.17.0"
},
"engines"
:
{
"node"
:
">=10.0.0"
},
"checkFiles"
:
[
"src/**/*.js*"
,
"src/**/*.ts*"
,
...
...
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