-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 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
45
46
{
"name": "mishieck-mwale",
"version": "1.0.0",
"description": "The portfolio website for Mishieck Mwale.",
"main": "./dist/index.js",
"scripts": {
"dev": "NODE_ENV=development webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mishieck/Mishieck.github.io.git"
},
"keywords": [],
"author": "Mishieck Mwale <[email protected]> (https://mishieck.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mishieck/Mishieck.github.io/issues"
},
"homepage": "https://github.com/Mishieck/Mishieck.github.io#readme",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.1",
"eslint": "^7.28.0",
"mini-css-extract-plugin": "^1.6.0",
"prettier": "^2.3.1",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"to-string-loader": "^1.1.6",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^1.16.5"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"odom": "^1.1.1",
"prefixfree": "^1.0.0",
"riu-neumorphism": "^1.1.4"
}
}