generated from hamlim/template-react-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "simple-props",
"version": "0.5.0",
"main": "dist/index.js",
"source": "src/index.tsx",
"types": "dist/index.d.ts",
"repository": "[email protected]:ds-pack/simple-props.git",
"author": "Matt Hamlin <[email protected]>",
"license": "MIT",
"scripts": {
"prebuild": "rm -rf dist/",
"build": "babel ./src/ --out-dir dist/ --extensions '.ts,.tsx' && tsc --project build.tsconfig.json",
"test": "jest",
"test-watch": "jest --watch",
"test-cov": "jest --collectCoverage",
"prepub": "yarn build",
"pub": "yarn prepub && yarn publish --access public",
"tsc": "tsc --project base.tsconfig.json --noEmit"
},
"peerDependencies": {},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.19",
"babel-jest": "^26.0.1",
"babel-plugin-styled-components": "^1.10.7",
"jest": "^26.0.1",
"prettier": "^2.2.1",
"react": "experimental",
"react-dom": "experimental",
"react-is": "experimental",
"styled-components": "^5.2.1",
"typescript": "^4.1.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}