generated from application-research/next-sass
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 950 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
39
40
41
{
"name": "next-sass",
"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 3008",
"build": "next build",
"start": "next start",
"script": "ts-node -O '{\"module\":\"commonjs\"}' scripts/index.js"
},
"dependencies": {
"airtable": "^0.12.1",
"dotenv": "^16.3.1",
"knex": "^2.4.2",
"markdown-to-jsx": "^7.3.2",
"moment": "^2.30.1",
"next": "^13.4.20-canary.28",
"pg": "^8.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-use": "^17.4.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.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"
},
"resolutions": {
"**/vfile": "version",
"**/vfile-message": "version"
}
}