-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.87 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "node_modules/cross-env/src/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "node_modules/cross-env/src/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": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^5.0.1",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"jquery": "^3.6",
"laravel-mix": "^6.0.19",
"laravel-mix-purgecss": "^6.0.0",
"laravel-mix-tailwind": "^0.1.2",
"lodash": "^4.17.21",
"popper.js": "^1.16",
"resolve-url-loader": "^4.0.0",
"sass": "^1.34.1",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.0.4",
"vue": "^2.6.14",
"vue-loader": "^15.9.7",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"dompurify": "^2.2.9",
"fuse.js": "^6.4.6",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"ol": "^6.5.0",
"ol-ext": "^3.2.2",
"remarkable": "^2.0.1",
"sweetalert2": "^11.0.16",
"tippy.js": "^6.3.1",
"tiptap": "^1.27.1",
"tiptap-extensions": "^1.29.1",
"vuex": "^3.6.2"
},
"resolutions": {
"prosemirror-model": "1.10.0"
}
}