-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.1 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
63
64
65
66
67
68
69
70
{
"name": "@mojotech/mojo-ui",
"version": "3.1.0",
"description": "A set of styled components for MojoTech user interfaces.",
"main": "dist/bundle.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "start-storybook -p 6006",
"prepare": "npm run build",
"build-storybook": "build-storybook",
"prettify": "prettier --write 'src/**/*.{ts, tsx}'"
},
"repository": {
"type": "git",
"url": "[email protected]:mojotech/mojotech-ui.git"
},
"bugs": {
"url": "https://github.com/mojotech/mojotech-ui/issues"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/mojotech/mojotech-ui/blob/master/README.md",
"devDependencies": {
"@babel/core": "^7.5.5",
"@emotion/core": "^10.0.15",
"@emotion/styled": "^10.0.15",
"@storybook/addon-actions": "^5.1.10",
"@storybook/addon-info": "^5.1.10",
"@storybook/addon-links": "^5.1.10",
"@storybook/addons": "^5.1.10",
"@storybook/cli": "^5.1.10",
"@storybook/react": "^5.1.10",
"@types/facepaint": "^1.2.0",
"@types/jest": "^24.0.16",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"@types/storybook__addon-actions": "^3.4.3",
"@types/storybook__addon-links": "^3.3.5",
"@types/storybook__react": "^4.0.2",
"awesome-typescript-loader": "^5.2.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"bable-loader": "0.0.1-security",
"emotion-theming": "^10.0.14",
"jest": "^24.9.0",
"onno-react": "^1.0.0",
"react": "^16.8.6",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-dom": "^16.8.6",
"ts-jest": "^24.0.2",
"ttypescript": "^1.5.7",
"typescript": "^3.5.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"facepaint": "^1.2.1",
"prettier": "^1.18.2"
},
"peerDependencies": {
"@emotion/core": ">= 10.0.15",
"@emotion/styled": ">= 10.0.15",
"emotion-theming": ">= 10.0.14",
"onno-react": ">= 1.0.0",
"react": ">= 16.8.6",
"react-dom": ">= 16.8.6"
}
}