-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "blog-diary",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "chmod +x ./clean_tests.sh && ./clean_tests.sh && next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@react-spring/parallax": "^9.4.4",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@types/react-dom": "18.0.1",
"dotenv": "^16.0.1",
"fs": "^0.0.1-security",
"highlight.js": "^11.5.0",
"marked": "^4.0.12",
"next": "12.1.0",
"nodemailer": "^6.7.3",
"react": "17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"react-jsx-parser": "^1.29.0",
"react-spring": "^9.4.4",
"remove-markdown": "^0.3.0",
"sqlite3": "^5.0.2",
"styled-components": "^5.3.5",
"typescript": "^4.7.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.38",
"autoprefixer": "^10.4.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.8"
}
}