FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
builder/frontend/package.json at develop · codedlabdev/builder · GitHub
codedlabdev
/
builder
Public
forked from
frappe/builder
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
builder
/
frontend
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
70 lines (70 loc) · 2.3 KB
Breadcrumbs
builder
/
frontend
/
package.json
Copy path
File metadata and controls
70 lines (70 loc) · 2.3 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"private"
:
true
,
"version"
:
"
0.0.0
"
,
"name"
:
"
builder-ui
"
,
"type"
:
"
module
"
,
"scripts"
: {
"dev"
:
"
vite
"
,
"build"
:
"
vite build
"
,
"build:reset"
:
"
tailwindcss -c ./tailwind.reset.config.js -i ./src/reset.css -o ../builder/public/reset.css --minify && node ./scripts/strip-css-comments.js
"
,
"preview"
:
"
vite preview
"
,
"lint"
:
"
eslint src --ext .js,.ts,.vue
"
,
"test-local"
:
"
cypress open --e2e --browser chrome
"
,
"test"
:
"
npx cypress run --record --key fa50a4df-569e-41bc-8600-850331fd1630
"
},
"dependencies"
: {
"@codemirror/autocomplete"
:
"
^6.18.6
"
,
"@codemirror/commands"
:
"
^6.8.1
"
,
"@codemirror/lang-css"
:
"
^6.3.1
"
,
"@codemirror/lang-html"
:
"
^6.4.9
"
,
"@codemirror/lang-javascript"
:
"
^6.2.4
"
,
"@codemirror/lang-json"
:
"
^6.0.2
"
,
"@codemirror/lang-python"
:
"
^6.2.1
"
,
"@codemirror/language"
:
"
^6.11.3
"
,
"@codemirror/search"
:
"
^6.5.11
"
,
"@codemirror/state"
:
"
^6.5.2
"
,
"@codemirror/theme-one-dark"
:
"
^6.1.3
"
,
"@codemirror/view"
:
"
^6.38.1
"
,
"@replit/codemirror-indentation-markers"
:
"
^6.5.3
"
,
"@tiptap/extension-color"
:
"
^3.26.0
"
,
"@tiptap/extension-font-family"
:
"
^3.26.0
"
,
"@tiptap/extension-text-style"
:
"
^3.26.0
"
,
"@tiptap/extension-underline"
:
"
^3.26.0
"
,
"@tiptap/pm"
:
"
^3.26.0
"
,
"@tiptap/starter-kit"
:
"
^3.26.0
"
,
"@tiptap/vue-3"
:
"
^3.26.0
"
,
"@vitejs/plugin-vue"
:
"
5
"
,
"@vueuse/components"
:
"
^10.2.1
"
,
"@vueuse/core"
:
"
^10.2.1
"
,
"autoprefixer"
:
"
^10.4.2
"
,
"codemirror"
:
"
^6.0.2
"
,
"frappe-ui"
:
"
1.0.0-beta.8
"
,
"js-yaml"
:
"
^4.1.1
"
,
"opentype.js"
:
"
^1.3.4
"
,
"pinia"
:
"
^2.0.28
"
,
"postcss"
:
"
^8.4.5
"
,
"reka-ui"
:
"
^2.5.0
"
,
"socket.io-client"
:
"
^4.5.1
"
,
"tailwindcss"
:
"
^3.3.2
"
,
"thememirror"
:
"
^2.0.1
"
,
"vite"
:
"
^5.2.6
"
,
"vue"
:
"
3.5.15
"
,
"vue-router"
:
"
^4.0.12
"
,
"vuedraggable"
:
"
^4.1.0
"
},
"devDependencies"
: {
"@tailwindcss/container-queries"
:
"
^0.1.1
"
,
"@types/js-yaml"
:
"
^4.0.9
"
,
"@types/opentype.js"
:
"
^1.3.8
"
,
"@typescript-eslint/parser"
:
"
^6.21.0
"
,
"cypress"
:
"
^13.3.2
"
,
"eslint"
:
"
^8.38.0
"
,
"eslint-config-prettier"
:
"
^9.1.0
"
,
"eslint-plugin-import"
:
"
^2.27.5
"
,
"eslint-plugin-vue"
:
"
^9.11.0
"
,
"prettier"
:
"
^2.8.8
"
,
"prettier-plugin-tailwindcss"
:
"
^0.2.8
"
,
"tslib"
:
"
^2.5.0
"
},
"peerDependencies"
: {}
}
Back
|
FazBrowse Home
|
New Git URL