-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
43
44
{
"name": "loaders",
"version": "0.1.0",
"author": "Ashishkumar Vishwakarma",
"homepage": "https://github.com/vishwaashish/css-loaders",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/vishwaashish/css-loaders"
},
"scripts": {
"dev": "next dev",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"body-scroll-lock": "^4.0.0-beta.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"framer-motion": "^10.12.18",
"fs": "^0.0.1-security",
"get-css-data": "^2.1.0",
"next": "13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.14.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.0",
"@types/react-syntax-highlighter": "^15.5.7",
"prettier": "^3.0.0",
"sass": "^1.63.6"
}
}