-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 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
{
"name": "fable-form-build",
"private": true,
"type": "module",
"engines": {
"node": ">= 14.0.0",
"npm": ">= 7.0.0"
},
"author": "Maxime Mangel",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.20",
"bulma": "^0.9.3",
"daisyui": "^4.12.13",
"gatsby-remark-vscode": "^3.3.1",
"gh-pages": "^6.2.0",
"mocha": "^10.7.3",
"nacara": "^1.8.0",
"nacara-layout-standard": "^1.8.0",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-github": "^11.2.2",
"tailwindcss": "^3.4.13",
"tailwindcss-scoped-preflight": "^3.4.5",
"vscode-theme-onelight": "github:akamud/vscode-theme-onelight"
}
}