-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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": "salty-css-website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"pretty": "prettier --write .",
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"prepare": "npx salty-css build"
},
"dependencies": {
"@salty-css/core": "^0.0.1-alpha.300",
"@salty-css/react": "^0.0.1-alpha.300",
"@types/react-syntax-highlighter": "^15.5.13",
"fuse.js": "^7.1.0",
"next": "^16.0.7",
"raw-loader": "^4.0.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@salty-css/eslint-config-core": "^0.0.1-alpha.300",
"@salty-css/next": "^0.0.1-alpha.300",
"@types/node": "^20.19.25",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
}
}