forked from EC-CUBE/ec-cube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "eccube",
"version": "4.0.5",
"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/",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.6.4",
"bootstrap": "^4.3.1",
"bootstrap-sass": "^3.4.1",
"browser-sync": "^2.26.7",
"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",
"normalize.css": "^5.0.0",
"postcss-import": "^12.0.1",
"process": "^0.11.10",
"sort-css-media-queries": "^1.4.3"
}
}