-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
81 lines (81 loc) · 2.33 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
{
"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": "^6.5.0",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/types": "^9.0.1",
"add": "^2.0.6",
"axios": "^1.6.2",
"bazinga-translator": "^5.1.0",
"bootstrap": "5.3.2",
"file-loader": "^6.0.0",
"fos-router": "../../../vendor/friendsofsymfony/jsrouting-bundle/Resources",
"glightbox": "^3.2.0",
"intl-messageformat": "^10.5.8",
"jquery": "^3.7.1",
"jstree": "^3.3.16",
"lit-html": "^3.1.0",
"select2": "^4.1.0-rc.0",
"smooth-scroll": "^16.1.3",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.3.5",
"vue": "^3.3.9",
"vue-i18n": "^9.8.0",
"yarn": "^1.22.21"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@popperjs/core": "^2.11.8",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"csso": "^5.0.3",
"expose-loader": "^4.0.0",
"mini-css-extract-plugin": "^2.6.0",
"npm": "^10.2.4",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.1 ",
"svg-inline-loader": "^0.8.0",
"terser-webpack-plugin": "^5.3.1",
"vue-loader": "^17.3.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.7.15",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-concat-files-plugin": "^0.5.2",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.10.0",
"webpack-nano": "^1.1.1",
"webpack-notifier": "^1.6.0",
"webpack-stream": "^7.0.0"
}
}