-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 3.03 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "nextjs-preact-ts-twinmacro-linaria",
"version": "4.0.0",
"private": true,
"babelMacros": {
"twin": {
"allowStyleProp": true
}
},
"dependencies": {
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-docs": "^6.3.7",
"@storybook/addon-knobs": "^6.3.0",
"@storybook/addon-links": "^6.3.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storyshots": "^6.3.7",
"@storybook/addons": "^6.3.7",
"@storybook/react": "^6.3.7",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/typography": "0.4.1",
"@whitespace/storybook-addon-html": "^5.0.0",
"autoprefixer": "^10.3.1",
"clsx": "latest",
"dotenv": "^10.0.0",
"eslint-config-next": "^11.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"husky": "^7.0.1",
"image-size": "^1.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"linaria": "^2.1.0",
"next": "^11.1.0",
"next-compose-plugins": "2.2.1",
"next-linaria": "^0.11.0",
"next-optimized-images": "^2.6.2",
"next-plugin-preact": "3.0.6",
"next-transpile-modules": "^8.0.0",
"postcss": "^8.3.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"serve": "^12.0.0",
"tailwindcss-typography": "^3.1.0",
"twin.macro": "2.7.0",
"use-media": "^1.4.0"
},
"scripts": {
"prepare": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"new:fc": "hygen new fc",
"dev": "yarn image-list && next dev",
"build": "image-list && next build",
"export": "image-list && next build && next export",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest",
"storybook": "start-storybook -s ./out -p 6006",
"build-storybook": "build-storybook",
"lint": "next lint . && prettier --check .",
"format": "eslint --fix . && prettier --write .",
"image-list": "source scripts/imageList.sh && prettier --write ./src/lib/image*",
"check": "serve out"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/builder-webpack5": "^6.3.7",
"@storybook/manager-webpack5": "^6.3.7",
"@types/next": "latest",
"@types/node": "latest",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"babel-loader": "^8.2.2",
"babel-plugin-macros": "3.1.0",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-react": "^7.24.0",
"hygen": "^6.1.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"tailwindcss": "2.2.7",
"typescript": "latest",
"webpack": "latest"
},
"keywords": [],
"description": ""
}