-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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
42
{
"name": "post-to-notion",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"dev": "webpack serve",
"build": "webpack",
"release": "webpack -p"
},
"author": "oyasumi731",
"license": "MIT",
"dependencies": {
"@notionhq/client": "^2.2.0",
"dayjs": "^1.11.5",
"dotenv": "^16.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/chrome": "^0.0.197",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"autoprefixer": "^10.4.12",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.0.1",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.17",
"postcss-loader": "^7.0.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.1.8",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}