-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "richardcampendotcom",
"description": "My personal website.",
"private": true,
"scripts": {
"start": "webpack --mode=development",
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"check": "npm-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/campenr/richardcampendotcom.git"
},
"author": "Richard Campen <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/campenr/richardcampendotcom/issues"
},
"homepage": "https://github.com/campenr/richardcampendotcom#readme",
"dependencies": {
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
"mini-css-extract-plugin": "^2.7.7",
"npm-check": "^6.0.1",
"postcss-loader": "^8.0.0",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"webpack-manifest-plugin": "^5.0.0"
}
}