generated from React-Avancado/boilerplate-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.61 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
{
"name": "aska",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "yarn build && next-export-optimize-images",
"serve": "serve ./out",
"start": "next start",
"lint": "next lint",
"fix": "next lint --fix",
"test": "jest --maxWorkers=50%",
"test:watch": "jest --watch --maxWorkers=25%",
"test:ci": "jest --runInBand",
"generate": "yarn plop --plopfile generators/plopfile.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "git config --local core.hooksPath .githooks && echo 'githooks installed' || echo 'githooks install failed'",
"precommit": "lint-staged"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@sentry/nextjs": "latest",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"cssnano": "^7.0.0",
"microcms-js-sdk": "^3.0.0",
"next": "^14.0.0",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"react-responsive": "^9.0.2",
"react-scroll-parallax": "^3.4.2",
"react-spring": "^9.7.1",
"react-twitter-widgets": "^1.11.0",
"react-youtube": "^10.1.0",
"url-join": "^5.0.0",
"webpack": "^5.83.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@emotion/jest": "^11.11.0",
"@storybook/addon-actions": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling": "^1.0.8",
"@storybook/nextjs": "^8.0.0",
"@storybook/react": "^7.0.12",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.1",
"@types/node": "^22.0.0",
"@types/react": "^18.2.8",
"assert": "^2.0.0",
"babel-loader": "^9.0.0",
"eslint": "8.57.1",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-tailwindcss": "^3.12.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^15.0.0",
"microcms-typescript": "^1.0.14",
"next-export-optimize-images": "^3.2.0",
"plop": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.6.0",
"serve": "^14.2.0",
"storybook": "^8.0.0",
"tailwindcss": "^3.3.2",
"typescript": "5.3.3",
"util": "^0.12.5"
},
"resolutions": {
"webpack": "^5"
},
"packageManager": "[email protected]"
}