| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "@douyinfe/semi-illustrations",
- "version": "2.2.2",
- "description": "semi illustrations",
- "keywords": [
- "semi",
- "illustrations"
- ],
- "author": "",
- "homepage": "",
- "license": "MIT",
- "files": [
- "lib",
- "src",
- "dist"
- ],
- "sideEffects": [
- "lib/es/index.js"
- ],
- "main": "lib/cjs/index.js",
- "module": "lib/es/index.js",
- "typings": "lib/es/index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DouyinFE/semi-design"
- },
- "dependencies": {
- "@babel/runtime-corejs3": "^7.15.4"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0"
- },
- "devDependencies": {
- "@babel/plugin-proposal-decorators": "^7.15.8",
- "@babel/plugin-transform-runtime": "^7.15.8",
- "@babel/preset-env": "^7.15.8",
- "@babel/preset-react": "^7.14.5",
- "babel-loader": "^8.2.2",
- "case-sensitive-paths-webpack-plugin": "2.4.0",
- "del": "^6.0.0",
- "gulp": "^4.0.2",
- "gulp-babel": "^8.0.0",
- "gulp-replace": "^1.1.3",
- "gulp-typescript": "^6.0.0-alpha.1",
- "merge2": "^1.4.1",
- "rimraf": "^3.0.2",
- "terser-webpack-plugin": "^4.2.3",
- "ts-loader": "^5.4.5",
- "webpack": "^4.46.0"
- },
- "scripts": {
- "clean": "rimraf dist lib",
- "build:icon": "node scripts/build-illustration",
- "build:lib": "node ./scripts/compileLib.js",
- "build:js": "npm run build:lib && node scripts/compileDist.js",
- "prepublishOnly": "npm run clean && npm run build:js"
- },
- "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
- }
|