Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
digital-construction
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张牧越
digital-construction
Commits
786d7acb
Commit
786d7acb
authored
Apr 04, 2023
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
5709879f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
package-lock.json
package-lock.json
+31
-0
package.json
package.json
+1
-0
No files found.
package-lock.json
View file @
786d7acb
...
...
@@ -3693,6 +3693,22 @@
"integrity"
:
"sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w=="
,
"dev"
:
true
},
"echarts"
:
{
"version"
:
"5.4.2"
,
"resolved"
:
"https://registry.npmjs.org/echarts/-/echarts-5.4.2.tgz"
,
"integrity"
:
"sha512-2W3vw3oI2tWJdyAz+b8DuWS0nfXtSDqlDmqgin/lfzbkB01cuMEN66KWBlmur3YMp5nEDEEt5s23pllnAzB4EA=="
,
"requires"
:
{
"tslib"
:
"2.3.0"
,
"zrender"
:
"5.4.3"
},
"dependencies"
:
{
"tslib"
:
{
"version"
:
"2.3.0"
,
"resolved"
:
"https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz"
,
"integrity"
:
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
}
}
},
"ee-first"
:
{
"version"
:
"1.1.1"
,
"resolved"
:
"https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz"
,
...
...
@@ -8438,6 +8454,21 @@
"dev"
:
true
}
}
},
"zrender"
:
{
"version"
:
"5.4.3"
,
"resolved"
:
"https://registry.npmjs.org/zrender/-/zrender-5.4.3.tgz"
,
"integrity"
:
"sha512-DRUM4ZLnoaT0PBVvGBDO9oWIDBKFdAVieNWxWwK0niYzJCMwGchRk21/hsE+RKkIveH3XHCyvXcJDkgLVvfizQ=="
,
"requires"
:
{
"tslib"
:
"2.3.0"
},
"dependencies"
:
{
"tslib"
:
{
"version"
:
"2.3.0"
,
"resolved"
:
"https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz"
,
"integrity"
:
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
}
}
}
}
}
package.json
View file @
786d7acb
...
...
@@ -9,6 +9,7 @@
},
"dependencies"
:
{
"
core-js
"
:
"
^3.8.3
"
,
"
echarts
"
:
"
^5.4.2
"
,
"
vue
"
:
"
^2.6.14
"
},
"devDependencies"
:
{
...
...
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