-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "javascriptproject",
"version": "1.0.0",
"description": "Navlinks: Portfolio Website: N/A Github: https://github.com/bphan002 LinkedIn: https://www.linkedin.com/in/billy-phan-41014a40/",
"main": "index.js",
"browserslist": [
"defaults"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bphan002/javascriptProject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bphan002/javascriptProject/issues"
},
"homepage": "https://github.com/bphan002/javascriptProject#readme",
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"core-js": "^3.22.2",
"cors": "^2.8.5",
"css-loader": "^6.7.1",
"d3": "^7.4.4",
"mini-css-extract-plugin": "^2.6.0",
"regenerator-runtime": "^0.13.9",
"sass-loader": "^12.6.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"babel-loader": "^8.2.5",
"babel-preset-es2015": "^6.24.1",
"sass": "^1.50.1"
}
}