-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.57 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.57 KB
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
{
"name": "nexwind-components",
"version": "0.1.0",
"private": true,
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@types/node": "^16.18.68",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"@uiw/react-code-preview": "^5.1.2",
"@uiw/react-markdown-preview": "^5.0.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"d3": "^7.8.5",
"date-fns": "^3.0.6",
"framer-motion": "^10.16.16",
"github-markdown-css": "^5.5.0",
"hls.js": "^1.4.14",
"konva": "^9.3.0",
"lodash": "^4.17.21",
"lucide-react": "^0.298.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-custom-scroll": "^5.0.0",
"react-dom": "^18.2.0",
"react-konva": "^18.2.10",
"react-konva-utils": "^1.0.5",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.21.0",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"react-youtube": "^10.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-rehype": "^11.0.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npx shx cp .nojekyll build/",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages --nojekyll -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@faker-js/faker": "^8.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/d3": "^7.4.3",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.202",
"@types/prismjs": "^1.26.3",
"@types/react-custom-scroll": "^5.0.3",
"@types/react-transition-group": "^4.4.10",
"autoprefixer": "^10.4.16",
"gh-pages": "^6.1.1",
"postcss": "^8.4.32",
"shx": "^0.3.4",
"tailwindcss": "^3.4.0"
}
}