forked from application-research/fildevsummit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 896 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
37
38
{
"name": "www-fildev",
"engines": {
"npm": ">=9.0.0 <10.0.0",
"node": ">=19.0.0 <20.6.1"
},
"license": "MIT",
"version": "0.0.7",
"scripts": {
"dev": "next -p 10000",
"build": "next build",
"start": "next start",
"script": "ts-node -O '{\"module\":\"commonjs\"}' scripts/index.js"
},
"dependencies": {
"airtable": "^0.12.1",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"knex": "^2.4.2",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"markdown-to-jsx": "^7.2.1",
"moment": "^2.29.4",
"next": "^13.4.20-canary.28",
"pg": "^8.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.13.0",
"react-use": "^17.4.0",
"sass": "1.67.0"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/react": "^18.0.27",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}