-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.81 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.81 KB
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": "@trellis/react-components",
"version": "0.0.1",
"description": "A React component library by Trellis",
"main": "index.js",
"engines": {
"npm": ">=7.0.0",
"node": ">=14.17.0"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"next-dev": "next dev",
"next-build": "ISNEXT=true next build && build-storybook -o ./public/storybook-static",
"next-start": "next start",
"start": "ISNEXT=true next start"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/trellisboston/react-components.git"
},
"author": "",
"license": "MIT",
"homepage": "https://bitbucket.org/trellisboston/react-components#readme",
"dependencies": {
"next": "^12.1.0",
"prop-types": "^15.8.1",
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17",
"react-swipeable": "^7.0.0"
},
"peerDependencies": {
"@headlessui/react": "^1.5.0",
"@storybook/addon-a11y": "^6.4.19",
"clsx": "^1.1.1",
"postcss": "^8",
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17",
"storybook-addon-state": "^1.0.3",
"tailwindcss": "^3"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@storybook/addon-actions": "^6.5.6",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/addon-links": "^6.5.6",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.5.6",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/manager-webpack5": "^6.5.6",
"@storybook/react": "^6.5.6",
"@storybook/theming": "^6.5.6",
"@trelliscommerce/prettier-config": "^1.0.0",
"babel-loader": "^8.2.3",
"eslint": "^8.7.0",
"husky": "^7.0.4",
"prettier": "^2.5.1"
},
"prettier": "@trelliscommerce/prettier-config",
"resolutions": {
"webpack": "^5"
}
}