123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "web_develop_ui",
- "version": "1.0.0",
- "description": "",
- "main": "packing.js",
- "directories": {
- "doc": "doc"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://39.105.126.192:3000/DR3_web/web_develop_ui.git"
- },
- "author": "yang.yang",
- "license": "",
- "devDependencies": {
- "@babel/core": "^7.0.0",
- "@babel/plugin-transform-classes": "^7.16.7",
- "@babel/preset-env": "^7.17.10",
- "del": "^2.2.2",
- "gulp": "^4.0.2",
- "gulp-babel": "^8.0.0",
- "gulp-concat": "^2.6.1",
- "gulp-jshint": "^2.1.0",
- "gulp-minify-css": "^1.2.4",
- "gulp-notify": "^2.2.0",
- "gulp-rename": "^1.3.0",
- "gulp-uglify": "^2.1.2",
- "gulp-util": "^3.0.8",
- "jshint": "^2.9.5"
- },
- "dependencies": {
- "delete": "^1.1.0",
- "natives": "^1.1.6",
- "pandoc": "^0.2.0"
- }
- }
|