-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.85 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
{
"name": "fractal.box",
"version": "1.0.0",
"private": true,
"homepage": "https://fractal.box",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "NODE_OPTIONS=--openssl-legacy-provider next build && next-sitemap",
"lint": "eslint .",
"test": "jest .",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/runtime": "^7.14.0",
"@mdx-js/react": "^1.6.22",
"@next/env": "^14.2.0",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.2.2",
"daisyui": "^4.12.10",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"next-sitemap": "^1.6.57",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^5.6.2"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/react": "^6.2.9",
"gray-matter": "^4.0.3",
"next": "^14.2.0",
"next-fonts": "^1.5.1",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"rxjs": "^7.0.0",
"unified": "^9.2.1"
},
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
}
}
}