anue-fe-sdk publish commit v0.1.0-alpha-2
parents
Showing
package.json
0 → 100644
{ | ||
"name": "anue-fe-sdk", | ||
"version": "0.1.0", | ||
"description": "Anue SDK for developers", | ||
"types": "./types", | ||
"scripts": { | ||
"start": "tsc -w -p ./", | ||
"debug": "sh scripts/debug.sh", | ||
"sandbox:dev-server": "node sandbox/server.bundle.js", | ||
"build:sandbox-ssr": "webpack --config webpack.sandbox-server.js", | ||
"build:sandbox": "webpack --config webpack.sandbox.js", | ||
"sandbox:watch-ssr": "webpack --watch --config webpack.sandbox-server.js", | ||
"sandbox:watch-source": "webpack --watch --config webpack.sandbox.js", | ||
"sandbox:watch-ts": "webpack --watch", | ||
"build": "webpack", | ||
"watch": "webpack --watch", | ||
"size": "webpack --mode production && size-limit", | ||
"analyze": "ANALYZE=true webpack --mode production", | ||
"test": "jest test --coverage", | ||
"lint": "tslint --project ./src", | ||
"test:snapshot": "jest test -u" | ||
}, | ||
"keywords": [ | ||
"anue", | ||
"sdk" | ||
], | ||
"engines": { | ||
"node": ">=8.0.0", | ||
"yarn": "1.10.1" | ||
}, | ||
"author": "anue-fe", | ||
"license": "MIT", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"post-commit": "node scripts/publish.js" | ||
} | ||
}, | ||
"lint-staged": { | ||
"./src/**/*.{ts,tsx}": [ | ||
"jest --findRelatedTests --listTests", | ||
"prettier --write --single-quote", | ||
"tslint", | ||
"git add" | ||
] | ||
}, | ||
"size-limit": [ | ||
{ | ||
"limit": "3 KB", | ||
"path": "build/Auth.js" | ||
}, | ||
{ | ||
"limit": "3 KB", | ||
"path": "build/index.js" | ||
}, | ||
{ | ||
"limit": "3 KB", | ||
"path": "build/react-native-preset.js" | ||
}, | ||
{ | ||
"limit": "3 KB", | ||
"path": "build/web-preset.js" | ||
} | ||
], | ||
"devDependencies": { | ||
"@babel/core": "7.2.0", | ||
"@babel/plugin-proposal-class-properties": "7.2.1", | ||
"@babel/preset-env": "7.2.0", | ||
"@babel/preset-react": "7.0.0", | ||
"@types/chalk": "2.2.0", | ||
"@types/copy-webpack-plugin": "4.4.2", | ||
"@types/express": "4.16.0", | ||
"@types/jest": "23.3.10", | ||
"@types/node": "10.12.12", | ||
"@types/prettier": "1.15.2", | ||
"@types/react": "16.7.17", | ||
"@types/react-json-tree": "0.6.8", | ||
"@types/typescript": "2.0.0", | ||
"@types/webpack": "4.4.20", | ||
"@types/webpack-bundle-analyzer": "2.13.0", | ||
"@types/webpack-node-externals": "1.6.3", | ||
"babel-loader": "8.0.4", | ||
"chalk": "2.4.1", | ||
"concurrently": "4.1.0", | ||
"copy-webpack-plugin": "4.6.0", | ||
"express": "4.16.4", | ||
"husky": "1.2.0", | ||
"jest": "23.6.0", | ||
"lint-staged": "8.1.0", | ||
"prettier": "1.15.3", | ||
"react": "16.6.3", | ||
"react-dom": "16.6.3", | ||
"react-dom-server": "0.0.5", | ||
"react-json-tree": "0.11.0", | ||
"size-limit": "0.21.0", | ||
"ts-jest": "23.10.5", | ||
"ts-loader": "5.3.1", | ||
"tsconfig-paths-webpack-plugin": "3.2.0", | ||
"tslint": "5.11.0", | ||
"typescript": "3.2.1", | ||
"uglifyjs-webpack-plugin": "2.0.1", | ||
"webpack": "4.27.1", | ||
"webpack-bundle-analyzer": "3.0.3", | ||
"webpack-cli": "3.1.2", | ||
"webpack-isomorphic-tools": "3.0.6", | ||
"webpack-node-externals": "1.7.2" | ||
} | ||
} |
packages/APIs/Email.d.ts
0 → 100644
packages/APIs/TOS.d.ts
0 → 100644
packages/APIs/index.d.ts
0 → 100644
packages/Auth/index.d.ts
0 → 100644
presets/web/index.d.ts
0 → 100644
react-native-preset.js
0 → 100644
react-native-preset.js.map
0 → 100644
runtime.js
0 → 100644
Please register or sign in to comment