forked from statamic/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 4.97 KB
/
package.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "statamic",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"svgo": "svgo -f ./resources/svg/ -r",
"test": "cross-env NODE_ENV=test jest --silent",
"test-watch": "npm run test -- --watch --notify",
"frontend-dev": "npm run development -- --env.mixfile=frontend.mix",
"frontend-prod": "npm run production -- --env.mixfile=frontend.mix",
"frontend-watch": "npm run watch -- --env.mixfile=frontend.mix"
},
"dependencies": {
"@popperjs/core": "^2.5.3",
"@shopify/draggable": "^1.0.0-beta.8",
"@simonwep/pickr": "^1.7.4",
"@tiptap/core": "^2.0.0-beta.217",
"@tiptap/extension-blockquote": "^2.0.0-beta.217",
"@tiptap/extension-bold": "^2.0.0-beta.217",
"@tiptap/extension-bullet-list": "^2.0.0-beta.217",
"@tiptap/extension-character-count": "^2.0.0-beta.217",
"@tiptap/extension-code": "^2.0.0-beta.217",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.217",
"@tiptap/extension-document": "^2.0.0-beta.217",
"@tiptap/extension-dropcursor": "^2.0.0-beta.217",
"@tiptap/extension-gapcursor": "^2.0.0-beta.217",
"@tiptap/extension-hard-break": "^2.0.0-beta.217",
"@tiptap/extension-heading": "^2.0.0-beta.217",
"@tiptap/extension-history": "^2.0.0-beta.217",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.217",
"@tiptap/extension-italic": "^2.0.0-beta.217",
"@tiptap/extension-list-item": "^2.0.0-beta.217",
"@tiptap/extension-ordered-list": "^2.0.0-beta.217",
"@tiptap/extension-paragraph": "^2.0.0-beta.217",
"@tiptap/extension-placeholder": "^2.0.0-beta.217",
"@tiptap/extension-strike": "^2.0.0-beta.217",
"@tiptap/extension-subscript": "^2.0.0-beta.217",
"@tiptap/extension-superscript": "^2.0.0-beta.217",
"@tiptap/extension-table": "^2.0.0-beta.217",
"@tiptap/extension-table-cell": "^2.0.0-beta.217",
"@tiptap/extension-table-header": "^2.0.0-beta.217",
"@tiptap/extension-table-row": "^2.0.0-beta.217",
"@tiptap/extension-text": "^2.0.0-beta.217",
"@tiptap/extension-text-align": "^2.0.0-beta.217",
"@tiptap/extension-typography": "^2.0.0-beta.217",
"@tiptap/extension-underline": "^2.0.0-beta.217",
"@tiptap/pm": "^2.0.0-beta.217",
"@tiptap/vue-2": "^2.0.0-beta.217",
"alpinejs": "^3.1.1",
"ansi-to-html": "^0.6.14",
"autosize": "~3.0.12",
"axios": "^0.21.2",
"body-scroll-lock": "^2.6.4",
"codemirror": "^5.58.2",
"cookies-js": "^1.2.2",
"dmuploader": "file:resources/js/vendor/dmuploader",
"dropzone": "^4.0.1",
"element-resize-detector": "^1.2.1",
"fuse.js": "^3.4.6",
"generate-password": "^1.5.1",
"highlight.js": "^11.7.0",
"jquery": "^3.5.0",
"jquery-ui": "file:resources/js/vendor/jquery-ui",
"laravel-echo": "^1.6.1",
"lowlight": "^2.8.1",
"luminous-lightbox": "^0.2.0",
"marked": "^4.0.10",
"marked-plaintext": "0.0.2",
"moment": "^2.29.4",
"mousetrap": "~1.5.3",
"nprogress": "^0.2.0",
"pdfobject": "^2.2.7",
"portal-vue": "^1.5.1",
"pretty": "^2.0.0",
"pusher-js": "^4.4.0",
"qs": "^6.9.7",
"rangy": "^1.3.0",
"read-time-estimate": "0.0.2",
"resize-observer-polyfill": "^1.5.1",
"speakingurl": "^14.0.1",
"striptags": "^3.2.0",
"svgo": "^2.6.1",
"sweetalert": "~1.0.1",
"underscore": "~1.13.2",
"uniqid": "^5.2.0",
"v-calendar": "^2.3.0",
"v-tooltip": "^2.0.3",
"validator": "^13.7.0",
"vue": "^2.6.11",
"vue-clickaway": "~2.2.2",
"vue-countable": "^1.0.9",
"vue-draggable-nested-tree": "^2.2.20",
"vue-js-modal": "^1.3.33",
"vue-js-popover": "^1.1.8",
"vue-reactive-provide": "^0.3.0",
"vue-select": "^3.10.1",
"vue-toasted": "^1.1.27",
"vuex": "^3.1.2"
},
"devDependencies": {
"babel-jest": "^24.9.0",
"cross-env": "^5.2.1",
"jest": "^24.9.0",
"kind-of": ">=6.0.3",
"laravel-mix": "^5.0.9",
"sass": "^1.26.2",
"sass-loader": "^8.0.2",
"tailwindcss": "^1.9.0",
"vue-template-compiler": "^2.6.11"
},
"jest": {
"roots": [
"<rootDir>/resources/assets/js"
]
}
}