forked from ory/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "@ory/themes",
"publishConfig": {
"access": "public"
},
"version": "0.0.100",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"scripts": {
"start": "start-storybook -p 6007",
"build-storybook": "build-storybook",
"format": "prettier --write \"src/{**/,}*.{js,ts,tsx}\"",
"build": "rm -rf lib && rollup -c",
"p": "npm run build && npm version patch --git-tag-version false && npm publish"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:ory/themes.git"
},
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/ory/themes/issues"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.2.2"
},
"homepage": "https://github.com/ory/themes#readme",
"dependencies": {
"autoprefixer": "^9.8.6",
"classnames": "^2.3.1",
"normalize.css": "^8.0.1",
"postcss": "^8.3.6",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"styled-components": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/react": "^6.3.7",
"@types/autoprefixer": "^10.2.0",
"@types/express": "^4.17.13",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.3",
"babel-loader": "^8.1.0",
"ory-prettier-styles": "^1.1.2",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.56.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.0.2"
}
}