-
Notifications
You must be signed in to change notification settings - Fork 710
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.06 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.06 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
{
"name": "eccube",
"version": "4.3.1-p1",
"description": "EC-CUBE EC open platform.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "echo \"Error: no clean specified\" && exit 1",
"build": "gulp",
"start": "gulp start",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EC-CUBE/ec-cube.git"
},
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/EC-CUBE/ec-cube/issues"
},
"homepage": "https://www.ec-cube.net/",
"lint-staged": {
"*.php": [
"cross-env vendor/bin/php-cs-fixer --config=.php-cs-fixer.dist.php --path-mode=intersection fix"
]
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@popperjs/core": "^2.11.8",
"ace-builds": "^1.32.3",
"bootstrap": "^5.3.8",
"chart.js": "^3.9.1",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"filepond": "^4.30.6",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.12",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"jquery.qrcode": "^1.0.3",
"ladda": "^2.0.3",
"slick-carousel": "^1.8.1",
"spin.js": "^4.1.1",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.26.0",
"autoprefixer": "^10.4.23",
"babel-loader": "^10.1.0",
"browser-sync": "^3.0.4",
"cross-env": "^7.0.2",
"postcss-sort-media-queries": "^5.2.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"normalize.css": "^8.0.1",
"postcss-import": "^16.1.1",
"process": "^0.11.10",
"sass": "^1.93.3",
"webpack": "^5.105.3",
"webpack-cli": "^4.9.2",
"webpack-stream": "^7.0.0"
}
}