package.json 3.5 KB
Newer Older
NoSubject's avatar
NoSubject 已提交
1
{
NoSubject's avatar
NoSubject 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14
        "name": "o2oa",
        "version": "4.0.3763",
        "description": "o2oa",
        "main": "",
        "scripts": {
                "preperation": "gulp preperation",
                "preperation:win": "gulp preperation --e windows",
                "preperation:linux": "gulp preperation --e linux",
                "preperation:aix": "gulp preperation --e aix",
                "preperation:kylinos": "gulp preperation --e kylinos",
                "preperation:macos": "gulp preperation --e macos",
                "preperation:neokylin": "gulp preperation --e neokylin",
                "preperation:rpi": "gulp preperation --e raspberrypi",
NoSubject's avatar
NoSubject 已提交
15

NoSubject's avatar
NoSubject 已提交
16 17 18
                "build_server": "gulp build_server",
                "build_server_script": "cd o2server && mvn clean && mvn install",
                "build_web": "gulp build_web",
NoSubject's avatar
NoSubject 已提交
19
                "build_parallel": "npm run build_web",
NoSubject's avatar
NoSubject 已提交
20

NoSubject's avatar
NoSubject 已提交
21 22 23 24 25 26 27 28
                "deploy": "gulp deploy",
                "deploy:win": "gulp deploy --e windows",
                "deploy:linux": "gulp deploy --e linux",
                "deploy:aix": "gulp deploy --e aix",
                "deploy:kylinos": "gulp deploy --e kylinos",
                "deploy:macos": "gulp deploy --e macos",
                "deploy:neokylin": "gulp deploy --e neokylin",
                "deploy:rpi": "gulp deploy --e raspberrypi",
NoSubject's avatar
NoSubject 已提交
29

NoSubject's avatar
NoSubject 已提交
30 31
                "typeInfor": "type welcome && echo Your server is build success: target/o2server/",
                "clear": "gulp clear_build",
NoSubject's avatar
NoSubject 已提交
32

NoSubject's avatar
NoSubject 已提交
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
                "build": "npm run clear && npm run preperation && npm run build_parallel && npm run deploy && npm run typeInfor",
                "build:win": "npm run clear && npm run preperation:win && npm run build_parallel && npm run deploy:win && npm run typeInfor",
                "build:linux": "npm run clear && npm run preperation:linux && npm run build_parallel && npm run deploy:linux && npm run typeInfor",
                "build:aix": "npm run clear && npm run preperation:aix && npm run build_parallel && npm run deploy:aix && npm run typeInfor",
                "build:kylinos": "npm run clear && npm run preperation:kylinos && npm run build_parallel && npm run deploy:kylinos && npm run typeInfor",
                "build:macos": "npm run clear && npm run preperation:macos && npm run build_parallel && npm run deploy:macos && npm run typeInfor",
                "build:neokylin": "npm run clear && npm run preperation:neokylin && npm run build_parallel && npm run deploy:neokylin && npm run typeInfor",
                "build:rpi": "npm run clear && npm run preperation:rpi && npm run build_parallel && npm run deploy:rpi && npm run typeInfor",
                "test": "type welcome"
        },
        "repository": {
                "type": "git",
                "url": "https://github.com/o2oa/o2oa.git"
        },
        "author": "",
        "license": "ISC",
        "dependencies": {
                "dateformat": "^3.0.3",
                "fast-glob": "^3.2.2",
                "gulp": "^4.0.2",
                "gulp-changed": "^3.2.0",
                "gulp-deleted": "^1.0.0",
                "gulp-if": "^2.0.2",
                "gulp-logger": "0.0.2",
                "gulp-rename": "^1.4.0",
                "gulp-shell": "^0.8.0",
                "gulp-tm-asset-rev": "0.0.16",
                "gulp-tm-uglify": "3.0.1",
                "gulp-util": "^3.0.8",
                "minimist": "^1.2.0",
                "progress-stream": "^2.0.0",
                "request": "^2.88.2",
                "single-line-log": "^1.1.2",
                "targz": "^1.0.1"
        }
NoSubject's avatar
NoSubject 已提交
68
}