-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "animancydesigns",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sorumeiji/AnimancyDesigns.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sorumeiji/AnimancyDesigns/issues"
},
"homepage": "https://github.com/Sorumeiji/AnimancyDesigns#readme",
"dependencies": {
"@astrojs/mdx": "^4.2.3",
"@astrojs/react": "^4.2.3",
"@astrojs/vercel": "^8.1.3",
"@studio-freight/lenis": "^0.2.28",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"astro": "^5.6.1",
"gsap": "^3.12.7",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.12.3",
"sass": "^1.86.3",
"stylelint": "^14.16.1",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-config-standard": "^29.0.0"
}
}