forked from craigary/nobelium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 908 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": "nobelium",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"feed": "^4.2.2",
"gitalk": "^1.7.2",
"next": "10.1.3",
"notion-client": "^4.4.0",
"preact": "^10.5.13",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-notion-x": "^4.5.0",
"use-ackee": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"postcss": "^8.2.9",
"prettier": "^2.2.1",
"styled-jsx-plugin-postcss": "^4.0.1",
"tailwindcss": "^2.1.1"
},
"resolutions": {
"axios": ">=0.21.1"
}
}