-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
62 lines (62 loc) · 1.86 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
60
61
62
{
"name": "spoke-react-components",
"version": "1.0.0",
"description": "React components extracted from Spoke",
"author": "Robert Long",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mozillareality/spoke-react-components.git"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"start": "start-storybook",
"build": "run-s build-lib build-storybook",
"build-lib": "tsc",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"test": "run-s lint",
"prerelease": "npm run build",
"release": "auto shipit"
},
"dependencies": {},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-info": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"@storybook/storybook-deployer": "^2.8.1",
"@types/node": "^12.0.2",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"@types/storybook-addon-jsx": "^5.4.3",
"@types/storybook__addon-actions": "^3.4.2",
"@types/storybook__addon-info": "^4.1.1",
"@types/storybook__addon-knobs": "^5.0.0",
"@types/storybook__addon-links": "^3.3.4",
"@types/storybook__react": "^4.0.1",
"auto": "^7.0.4",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"npm-run-all": "^4.1.5",
"prettier": "^1.17.1",
"react": "^16.8.6",
"react-docgen-typescript-loader": "^3.1.0",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-dom": "^16.8.6",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5"
}
}