| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "@douyinfe/semi-foundation",
- "version": "2.19.0-alpha.8",
- "description": "",
- "scripts": {
- "build:lib": "node ./scripts/compileLib.js",
- "prepublishOnly": "npm run build:lib"
- },
- "dependencies": {
- "@babel/runtime-corejs3": "^7.15.4",
- "@douyinfe/semi-animation": "2.12.0",
- "async-validator": "^3.5.0",
- "classnames": "^2.2.6",
- "date-fns": "^2.9.0",
- "date-fns-tz": "^1.0.10",
- "lodash": "^4.17.21",
- "memoize-one": "^5.2.1",
- "scroll-into-view-if-needed": "^2.2.24"
- },
- "keywords": [],
- "author": "",
- "license": "MIT",
- "sideEffects": [
- "*.scss",
- "*.css"
- ],
- "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a",
- "devDependencies": {
- "@babel/plugin-proposal-decorators": "^7.15.8",
- "@babel/plugin-transform-runtime": "^7.15.8",
- "@babel/preset-env": "^7.15.8",
- "@types/lodash": "^4.14.176",
- "babel-plugin-lodash": "^3.3.4",
- "del": "^6.0.0",
- "gulp": "^4.0.2",
- "gulp-babel": "^8.0.0",
- "gulp-replace": "^1.1.3",
- "gulp-sass": "^5.0.0",
- "gulp-typescript": "^6.0.0-alpha.1",
- "merge2": "^1.4.1",
- "sass": "1.45.0",
- "through2": "^4.0.2"
- }
- }
|