-
Notifications
You must be signed in to change notification settings - Fork 653
/
package.json
82 lines (82 loc) · 2.14 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
{
"name": "eccube",
"version": "4.3.0",
"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"
},
"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.dist --path-mode=intersection fix"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged 2>&1 | echo || node -e ''"
}
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@popperjs/core": "^2.11.8",
"ace-builds": "^1.32.3",
"bootstrap": "^5.3.2",
"chart.js": "^3.9.1",
"css-loader": "^6.9.1",
"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": "^3.3.4",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.7",
"autoprefixer": "^9.6.4",
"babel-loader": "^8.2.5",
"browser-sync": "^3.0.3",
"cross-env": "^7.0.2",
"css-mqpacker": "^7.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"normalize.css": "^5.0.0",
"postcss-import": "^12.0.1",
"process": "^0.11.10",
"sass": "^1.77.2",
"sort-css-media-queries": "^1.4.3",
"webpack": "^5.96.1",
"webpack-cli": "^4.9.2",
"webpack-stream": "^7.0.0"
}
}