-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.43 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
{
"name": "eccube",
"version": "4.1.2",
"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": {},
"devDependencies": {
"autoprefixer": "^9.6.4",
"bootstrap": "^4.3.1",
"bootstrap-sass": "^3.4.1",
"browser-sync": "^2.26.14",
"cross-env": "^7.0.2",
"css-mqpacker": "^7.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"normalize.css": "^5.0.0",
"postcss-import": "^12.0.1",
"process": "^0.11.10",
"sass": "^1.42.1",
"sort-css-media-queries": "^1.4.3"
}
}