133 lines
4.0 KiB
JSON
133 lines
4.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@line/liff@2.3.0",
|
|
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
|
]
|
|
],
|
|
"_from": "@line/liff@2.3.0",
|
|
"_id": "@line/liff@2.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hkbq2gP7kLujQ7lh4Z8AqFUU5TBzvx1ImB/qr+5K2uaZsVWCSyGPTO+yxIPeuShJjRYALzjiPDrp+QHgYqD6zg==",
|
|
"_location": "/@line/liff",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@line/liff@2.3.0",
|
|
"name": "@line/liff",
|
|
"escapedName": "@line%2fliff",
|
|
"scope": "@line",
|
|
"rawSpec": "2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@line/liff/-/liff-2.3.0.tgz",
|
|
"_spec": "2.3.0",
|
|
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
|
"dependencies": {
|
|
"@line/bot-sdk": "^7.0.0",
|
|
"js-crypto-ec": "^0.5.6",
|
|
"promise-polyfill": "^8.1.0",
|
|
"tiny-sha256": "^1.0.2",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"description": "LINE Front-end Framework (LIFF) is a platform for web apps provided by LINE. The web apps running on this platform are called LIFF apps.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
|
|
"@babel/preset-env": "^7.7.7",
|
|
"@babel/preset-typescript": "^7.7.7",
|
|
"@linecorp/reg": "^1.7.0",
|
|
"@types/jest": "^24.0.25",
|
|
"@typescript-eslint/eslint-plugin": "^2.13.0",
|
|
"@typescript-eslint/parser": "^2.13.0",
|
|
"babel-jest": "^24.6.0",
|
|
"babel-loader": "^8.0.6",
|
|
"body-parser": "^1.18.3",
|
|
"chalk": "^3.0.0",
|
|
"concurrently": "^5.0.2",
|
|
"css-loader": "^3.3.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.8.0",
|
|
"eslint-loader": "^3.0.3",
|
|
"eslint-plugin-jest": "^23.1.1",
|
|
"express": "^4.16.4",
|
|
"fast-check": "^1.21.0",
|
|
"http-proxy-middleware": "^0.20.0",
|
|
"husky": "^3.1.0",
|
|
"jest": "^24.6.0",
|
|
"lint-staged": ">=9.5.0",
|
|
"nodemon": "^2.0.2",
|
|
"prettier": "^1.19.1",
|
|
"qs": "^6.9.1",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.5",
|
|
"serve-handler": "^6.1.2",
|
|
"shelljs": "^0.8.3",
|
|
"terser-webpack-plugin": "^2.3.1",
|
|
"ts-loader": "^6.2.1",
|
|
"tslib": "^1.9.3",
|
|
"typescript": "^3.7.4",
|
|
"vconsole": "^3.3.4",
|
|
"vue": "^2.6.11",
|
|
"vue-loader": "^15.8.1",
|
|
"vue-style-loader": "^4.1.2",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack": "^4.41.4",
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
|
"webpack-cli": "^3.3.10"
|
|
},
|
|
"files": [
|
|
"dist/lib",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://developers.line.biz/en/docs/liff/overview/",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"license": "SEE THE LICENSE SECTION IN README.md",
|
|
"lint-staged": {
|
|
"*.ts": [
|
|
"prettier --write",
|
|
"eslint --fix",
|
|
"git add"
|
|
],
|
|
"*.test.js": [
|
|
"prettier --write",
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "dist/lib/index.js",
|
|
"name": "@line/liff",
|
|
"scripts": {
|
|
"build:beta": "NODE_ENV=beta yarn build_for_deploy",
|
|
"build:branch": "NODE_ENV=branch yarn build_for_deploy",
|
|
"build:master": "NODE_ENV=production yarn build_for_deploy",
|
|
"build:rc": "NODE_ENV=rc yarn build_for_deploy",
|
|
"build:test": "NODE_ENV=test webpack --c ./webpack.config.js",
|
|
"build_for_deploy": "webpack --c ./webpack.config.js && cp -r dist/${NODE_ENV}/ dist/${NODE_ENV}-copied",
|
|
"check:forbidden-urls": "node .circleci/check-forbidden-url.js",
|
|
"deploy:beta": "reg beta --noTag",
|
|
"deploy:branch": "reg branch --noTag",
|
|
"deploy:master": "reg -r master --noTag",
|
|
"deploy:rc": "reg rc --noTag",
|
|
"deploy:test": "reg test --noTag",
|
|
"dev:watch:sdk": "webpack -w -c ./webpack.config.js",
|
|
"lint": "eslint './lib/**' --ext .ts --ext .test.js",
|
|
"prepublishOnly": "./build-package.sh",
|
|
"prettier": "prettier './lib/**' -c",
|
|
"test": "jest"
|
|
},
|
|
"types": "dist/lib",
|
|
"version": "2.3.0"
|
|
}
|