-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.57 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "portfolio",
"version": "1.0.0",
"description": "Personal Portfolio",
"main": "index.js",
"browserslist": [
"> 1%",
"last 2 versions",
"ie 6-8",
"Firefox > 20",
"since 2015"
],
"scripts": {
"start": "webpack serve",
"build": "webpack",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikspan/CL_Portfolio_Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vikspan/CL_Portfolio_Project/issues"
},
"homepage": "https://vikspan.github.io/CL_Portfolio_Project/",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"autoprefixer": "^10.4.21",
"babel-loader": "^9.2.1",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"css-loader": "^7.1.2",
"dotenv-webpack": "^8.1.1",
"file-loader": "^6.2.0",
"gh-pages": "^6.3.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"process": "^0.11.10",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"date-fns": "^4.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"scss-reset": "^1.4.6"
},
"resolve": {
"fallback": {
"crypto": false
}
}
}