UNPKG

numberauthsdk_web

Version:

提供三网号码认证功能

62 lines (61 loc) 1.71 kB
{ "name": "numberauthsdk_web", "version": "1.0.2", "description": "", "scripts": { "lint": "eslint 'src/**' || true", "tslint": "tslint -p .", "start": "DEV=1 LIVELOAD=1 webpack --config ./webpack.config.js", "build": "PRODUCTION=1 webpack --config ./webpack.config.js" }, "pre-commit": [], "files": [ "build", "types" ], "repository": { "type": "git", "url": "http://gitlab.alibaba-inc.com/Code_Nirvana/NumberAuthSDK_Web.git" }, "author": "moran", "dependencies": { "axios": "^0.19.2", "crypto-js": "^3.1.9-1", "js-md5": "^0.7.3", "react": "^16.13.0", "react-dom": "^16.13.0", "ua-parser-js": "^0.7.21", "uuid": "^8.3.0" }, "devDependencies": { "@types/crypto-js": "^3.1.43", "@types/js-md5": "^0.4.2", "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "@types/ua-parser-js": "^0.7.33", "@types/uuid": "^8.3.0", "@typescript-eslint/parser": "^2.20.0", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.4.2", "eslint-config-ali": "^9.0.2", "html-webpack-plugin": "^3.2.0", "node-sass": "^4.13.1", "pre-commit": "^1.2.2", "prettier": "^1.19.1", "sass-loader": "^8.0.2", "style-loader": "^1.1.3", "terser-webpack-plugin": "^2.3.5", "ts-loader": "^6.2.1", "tslint": "^6.0.0", "tslint-config-ali": "^0.2.4", "tslint-config-prettier": "^1.18.0", "tslint-no-unused-expression-chai": "^0.1.4", "typescript": "^3.8.2", "webpack": "^4.41.6", "webpack-bundle-analyzer": "^3.6.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }, "main": "build/numberAuth-web-sdk.js", "types": "types/index.d.ts" }