-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "eccube",
"version": "4.0.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",
"start": "echo \"Error: no start specified\" && exit 1",
"dev": "run-s dev:moc:build",
"dev:moc:build": "gulp sass",
"build": "run-s build:moc",
"dev:moc:dev": "gulp",
"build:moc": "run-s build:moc:*",
"build:moc:sass": "gulp sass",
"build:moc:minify-css": "gulp minify-css"
},
"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": {
"bootstrap": "^4.1.3",
"bootstrap-sass": "^3.3.7",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-pleeease": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"normalize.css": "^5.0.0",
"npm-run-all": "^4.1.2",
"run-sequence": "^2.2.1"
}
}