-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.09 KB
/
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
{
"scripts": {
"typesync": "typesync",
"typecheck": "tsc",
"watch:tsc": "tsc --watch --preserveWatchOutput",
"watch:build": "nodemon --watch . --ignore build index.js",
"watch:serve": "serve build",
"watch": "concurrently 'npm:watch:*'"
},
"dependencies": {
"@notionhq/client": "^0.4.13",
"browserify": "^17.0.0",
"dotenv": "^14.1.0",
"emoji-datasource-apple": "^7.0.2",
"emoji-unicode": "^2.0.1",
"feed": "^4.2.2",
"katex": "^0.13.18",
"mime-types": "^2.1.34",
"node-emoji": "^1.11.0",
"notion-for-each-row": "1.0.2",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sequelize": "^6.21.3",
"sqlite3": "^5.0.11",
"typescript": "^4.5.4"
},
"devDependencies": {
"@types/browserify": "^12.0.37",
"@types/katex": "^0.11.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^17.0.8",
"@types/node-emoji": "^1.8.1",
"@types/nodemon": "^1.19.1",
"@types/prismjs": "^1.16.6",
"concurrently": "^7.0.0",
"nodemon": "^2.0.15",
"serve": "^13.0.2",
"typesync": "^0.8.0"
}
}