forked from algebananazzzzz/NocturnalProject
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 917 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 917 Bytes
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
{
"name": "nocturnal-project",
"version": "1.0.0",
"private": true,
"description": "nocturnal-project",
"author": "algebananazzzzz",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.13",
"autoprefixer": "^10.4.21",
"gatsby": "^5.14.6",
"gatsby-plugin-manifest": "^5.15.0",
"gatsby-plugin-postcss": "^6.15.0",
"gatsby-plugin-react-svg": "^3.3.0",
"postcss": "^8.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"tw-animate-css": "^1.4.0",
"typescript": "^5.3.3"
}
}