-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.45 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "use-t",
"version": "1.6.2",
"description": "React translations",
"main": "lib/index.js",
"files": [
"lib/"
],
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"scripts": {
"start": "yarn storybook",
"test": "echo hmm...",
"build": "tsc",
"clean": "rimraf lib storybook-static",
"storybook": "start-storybook -p 6008",
"storybook:build": "build-storybook",
"storybook:upload": "gh-pages -d storybook-static",
"storybook:clean": "rimraf storybook-static",
"release": "semantic-release"
},
"author": "@streamich",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/streamich/use-t"
},
"bugs": {
"url": "https://github.com/streamich/use-t/issues"
},
"homepage": "https://github.com/streamich/use-t#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@semantic-release/npm": "^5.0.5",
"@storybook/react": "^4.0.2",
"@types/node": "^11.13.0",
"@types/react": "^16.8.12",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rimraf": "^2.6.2",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"tslib": "^2.7.0",
"typescript": "^3.7.2"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}