-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "ts-nextjs-tailwindcss-storybook-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rainiera/ts-nextjs-tailwindcss-storybook-starter.git"
},
"keywords": [],
"author": "rainiera",
"license": "ISC",
"bugs": {
"url": "https://github.com/rainiera/ts-nextjs-tailwindcss-storybook-starter/issues"
},
"homepage": "https://github.com/rainiera/ts-nextjs-tailwindcss-storybook-starter#readme",
"dependencies": {
"@storybook/cli": "^6.0.22",
"autoprefixer": "9.8.6",
"babel-loader": "^8.1.0",
"isomorphic-unfetch": "^3.1.0",
"mem": "^7.0.0-1",
"next": "^9.5.3",
"os-locale": "^5.0.0",
"postcss-import": "^12.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",
"tailwindcss": "^1.8.10",
"yargs": "^16.0.3"
},
"devDependencies": {
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.0.22",
"@types/node": "^14.11.2",
"@types/react": "^16.9.50",
"babel-preset-react-app": "^9.1.2",
"prettier": "^2.1.2",
"typescript": "^4.0.3",
"yarn-upgrade-all": "^0.5.4"
}
}