-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 840 Bytes
/
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
{
"name": "anothermasksframe",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"dotenv": "^16.4.5",
"frames.js": "^0.19.0",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@frames.js/debugger": "^0.3.11",
"@types/node": "^18.17.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"is-port-reachable": "^4.0.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "^5.4.5"
},
"scripts": {
"dev": "node ./scripts/dev-script.js",
"start": "node ./scripts/start.js",
"build": "next build",
"lint": "next lint"
},
"engines": {
"node": ">=18.17.0"
}
}