This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.75 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
{
"name": "@resf/pebble-ui",
"version": "0.0.1",
"description": "The RESF's UI framework, Pebble.",
"main": "dist/index.cjs.js",
"module": "src/index.esm.js",
"source": "src/index.ts",
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resforg/pebble-ui.git"
},
"keywords": [
"ui",
"framework",
"react",
"tailwindcss",
"css",
"design",
"ux"
],
"author": "The RESF Web Team <[email protected]> (https://resf.org)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/resforg/pebble-ui/issues"
},
"homepage": "https://github.com/resforg/pebble-ui#readme",
"dependencies": {
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.1",
"tailwindcss": "^2.2.6"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@commitlint/config-conventional": "^12.1.4",
"@storybook/addon-actions": "^6.3.5",
"@storybook/addon-essentials": "^6.3.5",
"@storybook/addon-links": "^6.3.5",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.5",
"babel-loader": "^8.2.2",
"commitlint": "^12.1.4",
"core-js": "^3.15.2",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.53.3",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}