-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 992 Bytes
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
{
"name": "petrapixelneocities",
"private": true,
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"css-loader": "^7.1.2",
"file-saver": "^2.0.5",
"html-minifier-terser": "^7.2.0",
"jszip": "^3.10.1",
"mini-css-extract-plugin": "^2.9.1",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"tippy.js": "^6.3.7",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"webpack": "^5.94.x",
"webpack-cli": "^5.1.4"
},
"scripts": {
"webpack": "webpack --mode development --stats verbose --watch --devtool false",
"eleventy": "npx @11ty/eleventy --serve --port=8080",
"react": "vite build --watch --config react/vite.config.js",
"typecheck": "tsc --noEmit",
"build-react": "vite build --config react/vite.config.js"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7"
}
}