-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 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
{
"name": "my-site-name",
"version": "1.0.0",
"private": true,
"description": "my-site-name",
"author": "Cole Smith",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watchAll --silent=false"
},
"dependencies": {
"@tsparticles/react": "^3.0.0",
"@uiw/react-textarea-code-editor": "^2.0.6",
"98.css": "^0.1.18",
"animate.css": "^4.1.1",
"antd": "^5.1.1",
"daisyui": "^2.46.0",
"floating-window-ui": "^1.3.6",
"framer-motion": "^11.3.18",
"gatsby": "^5.3.3",
"howler": "^2.2.4",
"konva": "^9.2.0",
"nanoid": "^4.0.0",
"react": "^18.2.0",
"react-barcode": "^1.5.3",
"react-dom": "^18.2.0",
"react-jsondata-editor": "^2.0.2",
"react-konva": "^18.2.10",
"react-markdown": "^8.0.6",
"remark-gfm": "^3.0.1",
"tailwindcss-animatecss": "^3.0.5",
"tsparticles": "^3.4.0",
"use-image": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.11.10",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^6.3.0",
"jest": "^29.5.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"tailwindcss-bg-patterns": "^0.2.0",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5"
}
}