Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
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
ai-tech
dify
Commits
b1b9e3ff
Unverified
Commit
b1b9e3ff
authored
Aug 03, 2023
by
舜岳
Committed by
GitHub
Aug 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: move dev packages to devDependencies (#719)
parent
c4c47ae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
package.json
web/package.json
+19
-19
No files found.
web/package.json
View file @
b1b9e3ff
...
@@ -24,19 +24,7 @@
...
@@ -24,19 +24,7 @@
"@next/mdx"
:
"^13.2.4"
,
"@next/mdx"
:
"^13.2.4"
,
"@sentry/react"
:
"^7.54.0"
,
"@sentry/react"
:
"^7.54.0"
,
"@sentry/utils"
:
"^7.54.0"
,
"@sentry/utils"
:
"^7.54.0"
,
"@tailwindcss/line-clamp"
:
"^0.4.2"
,
"@tailwindcss/typography"
:
"^0.5.9"
,
"@types/crypto-js"
:
"^4.1.1"
,
"@types/lodash-es"
:
"^4.17.7"
,
"@types/node"
:
"18.15.0"
,
"@types/react"
:
"18.0.28"
,
"@types/react-dom"
:
"18.0.11"
,
"@types/react-slider"
:
"^1.3.1"
,
"@types/react-syntax-highlighter"
:
"^15.5.6"
,
"@types/react-window"
:
"^1.8.5"
,
"@types/react-window-infinite-loader"
:
"^1.0.6"
,
"ahooks"
:
"^3.7.5"
,
"ahooks"
:
"^3.7.5"
,
"autoprefixer"
:
"^10.4.14"
,
"classnames"
:
"^2.3.2"
,
"classnames"
:
"^2.3.2"
,
"copy-to-clipboard"
:
"^3.3.3"
,
"copy-to-clipboard"
:
"^3.3.3"
,
"crypto-js"
:
"^4.1.1"
,
"crypto-js"
:
"^4.1.1"
,
...
@@ -44,14 +32,13 @@
...
@@ -44,14 +32,13 @@
"echarts"
:
"^5.4.1"
,
"echarts"
:
"^5.4.1"
,
"echarts-for-react"
:
"^3.0.2"
,
"echarts-for-react"
:
"^3.0.2"
,
"emoji-mart"
:
"^5.5.2"
,
"emoji-mart"
:
"^5.5.2"
,
"eslint"
:
"8.36.0"
,
"husky"
:
"^8.0.3"
,
"i18next"
:
"^22.4.13"
,
"i18next"
:
"^22.4.13"
,
"i18next-resources-to-backend"
:
"^1.1.3"
,
"i18next-resources-to-backend"
:
"^1.1.3"
,
"immer"
:
"^9.0.19"
,
"immer"
:
"^9.0.19"
,
"js-audio-recorder"
:
"^1.0.7"
,
"js-audio-recorder"
:
"^1.0.7"
,
"js-cookie"
:
"^3.0.1"
,
"js-cookie"
:
"^3.0.1"
,
"katex"
:
"^0.16.7"
,
"katex"
:
"^0.16.7"
,
"lamejs"
:
"1.2.0"
,
"lodash-es"
:
"^4.17.21"
,
"lodash-es"
:
"^4.17.21"
,
"negotiator"
:
"^0.6.3"
,
"negotiator"
:
"^0.6.3"
,
"next"
:
"13.3.1"
,
"next"
:
"13.3.1"
,
...
@@ -75,30 +62,43 @@
...
@@ -75,30 +62,43 @@
"remark-breaks"
:
"^3.0.2"
,
"remark-breaks"
:
"^3.0.2"
,
"remark-gfm"
:
"^3.0.1"
,
"remark-gfm"
:
"^3.0.1"
,
"remark-math"
:
"^5.1.1"
,
"remark-math"
:
"^5.1.1"
,
"sass"
:
"^1.61.0"
,
"scheduler"
:
"^0.23.0"
,
"scheduler"
:
"^0.23.0"
,
"server-only"
:
"^0.0.1"
,
"server-only"
:
"^0.0.1"
,
"sortablejs"
:
"^1.15.0"
,
"sortablejs"
:
"^1.15.0"
,
"swr"
:
"^2.1.0"
,
"swr"
:
"^2.1.0"
,
"tailwindcss"
:
"^3.2.7"
,
"use-context-selector"
:
"^1.4.1"
"typescript"
:
"4.9.5"
,
"use-context-selector"
:
"^1.4.1"
,
"lamejs"
:
"1.2.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@antfu/eslint-config"
:
"^0.36.0"
,
"@antfu/eslint-config"
:
"^0.36.0"
,
"@faker-js/faker"
:
"^7.6.0"
,
"@faker-js/faker"
:
"^7.6.0"
,
"@rgrove/parse-xml"
:
"^4.1.0"
,
"@rgrove/parse-xml"
:
"^4.1.0"
,
"@tailwindcss/line-clamp"
:
"^0.4.4"
,
"@tailwindcss/typography"
:
"^0.5.9"
,
"@types/crypto-js"
:
"^4.1.1"
,
"@types/js-cookie"
:
"^3.0.3"
,
"@types/js-cookie"
:
"^3.0.3"
,
"@types/lodash-es"
:
"^4.17.7"
,
"@types/node"
:
"18.15.0"
,
"@types/negotiator"
:
"^0.6.1"
,
"@types/negotiator"
:
"^0.6.1"
,
"@types/qs"
:
"^6.9.7"
,
"@types/qs"
:
"^6.9.7"
,
"@types/react"
:
"18.0.28"
,
"@types/react-dom"
:
"18.0.11"
,
"@types/react-slider"
:
"^1.3.1"
,
"@types/react-syntax-highlighter"
:
"^15.5.6"
,
"@types/react-window"
:
"^1.8.5"
,
"@types/react-window-infinite-loader"
:
"^1.0.6"
,
"@types/recordrtc"
:
"^5.6.11"
,
"@types/recordrtc"
:
"^5.6.11"
,
"@types/sortablejs"
:
"^1.15.1"
,
"@types/sortablejs"
:
"^1.15.1"
,
"autoprefixer"
:
"^10.4.14"
,
"eslint"
:
"8.36.0"
,
"eslint-config-next"
:
"^13.4.7"
,
"eslint-config-next"
:
"^13.4.7"
,
"eslint-plugin-react-hooks"
:
"^4.6.0"
,
"eslint-plugin-react-hooks"
:
"^4.6.0"
,
"husky"
:
"^8.0.3"
,
"lint-staged"
:
"^13.2.2"
,
"lint-staged"
:
"^13.2.2"
,
"miragejs"
:
"^0.1.47"
,
"miragejs"
:
"^0.1.47"
,
"postcss"
:
"^8.4.21"
,
"postcss"
:
"^8.4.21"
,
"sass"
:
"^1.61.0"
,
"tailwindcss"
:
"^3.3.3"
,
"typescript"
:
"4.9.5"
,
"uglify-js"
:
"^3.17.4"
"uglify-js"
:
"^3.17.4"
},
},
"lint-staged"
:
{
"lint-staged"
:
{
...
...
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