-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.12 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.12 KB
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
{
"name": "init-cms-bundle",
"version": "1.0.0",
"description": "assets for application",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"watch": "webpack --config=webpack.config.dev.js --watch",
"dev": "webpack --config=webpack.config.dev.js",
"build": "webpack --config=webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/networking/init-cms-bundle.git"
},
"author": {
"name": "Yorkie Chadwick",
"homepage": "https://www.networking.ch",
"email": "y.chadwick@networking.ch"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/networking/init-cms-bundle/issues"
},
"homepage": "https://github.com/networking/init-cms-bundle#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@simplewebauthn/browser": "^13.2.2",
"add": "^2.0.6",
"axios": "^1.13.5",
"bazinga-translator": "^7.0.0",
"bootstrap": "5.3.8",
"file-loader": "^6.2.0",
"filerobot-image-editor": "^4.8.1",
"fos-router": "link:../../friendsofsymfony/jsrouting-bundle/Resources",
"glightbox": "^3.3.1",
"intl-messageformat": "^10.7.18",
"jquery": "^3.7.1",
"jstree": "^3.3.17",
"lit-html": "^3.3.1",
"react-filerobot-image-editor": "^4.8.1",
"select2": "4.1.0-rc.0",
"smooth-scroll": "^16.1.3",
"sortablejs": "^1.15.6",
"tailwindcss": "^3.4.18",
"vue": "^3.5.22",
"vue-i18n": "^11.2"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@biomejs/biome": "2.3.14",
"@popperjs/core": "^2.11.8",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.11.0",
"cssnano": "^6.1.2",
"csso": "^5.0.5",
"expose-loader": "^4.1.0",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"sass": "^1.93.2",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.3.14",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.105.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.1",
"webpack-merge": "^5.10.0",
"webpack-nano": "^1.1.1",
"webpack-notifier": "^1.15.0"
}
}