-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.57 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.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
{
"name": "css-tools",
"private": true,
"version": "2.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"test": "jest --watchAll",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-radio-group": "^1.0.0",
"@radix-ui/react-select": "^1.1.2",
"@radix-ui/react-toggle": "^1.0.2",
"@radix-ui/react-toolbar": "^1.0.3",
"dayjs": "^1.11.7",
"eslint-config-next": "^13.4.19",
"gray-matter": "^4.0.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"next": "^13.4.10",
"next-seo": "^5.15.0",
"next-sitemap": "^4.2.3",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-code-blocks": "^0.1.5",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-markdown": "^9.0.0",
"react-toc": "^3.1.0",
"sharp": "^0.33.1"
},
"devDependencies": {
"@swc/core": "^1.3.76",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.11",
"@types/node": "18.11.18",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.14",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
}
}