-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.79 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": "@jasonrundell/dropship",
"version": "2.9.3",
"description": "Get a React project up and running really fast with Dropship.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jasonrundell/dropship.git"
},
"author": "Jason Rundell <[email protected]>",
"scripts": {
"build": "babel src --out-dir lib",
"test": "jest",
"start": "npm run storybook",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "prettier --write .",
"test:storybook": "test-storybook",
"release": "auto shipit --base-branch=main"
},
"license": "MIT",
"dependencies": {
"glob": "^11.0.0",
"lru-cache": "^11.0.0",
"rimraf": "^6.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.3.2",
"@storybook/jest": "^0.2.1",
"@storybook/react": "^7.3.2",
"@storybook/react-vite": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"auto": "^11.2.1",
"chromatic": "^7.2.0",
"prettier": "^3.0.3",
"storybook": "^7.3.2"
},
"bugs": {
"url": "https://github.com/jasonrundell/dropship/issues"
},
"homepage": "https://github.com/jasonrundell/dropship#readme",
"keywords": [
"react"
],
"engines": {
"node": ">=18.17.0",
"npm": ">=9.6.7"
}
}