-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "unofficial-ghibli-gallery",
"version": "0.0.1",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"eslint": "eslint './src/**/*'",
"storybook": "start-storybook -p 9001",
"storybook:build": "build-storybook -c .storybook",
"stylelint": "stylelint './src/**/*.tsx'"
},
"license": "ISC",
"dependencies": {
"@tailwindcss/postcss7-compat": "2.2.4",
"autoprefixer": "10.4.19",
"next": "11.1.4",
"next-themes": "0.3.0",
"postcss": "8.4.38",
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "2.2.19"
},
"devDependencies": {
"@storybook/react": "6.3.4",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"babel-loader": "8.3.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.4",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.34.1",
"prettier": "2.8.8",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"typescript": "4.9.5"
}
}