-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 910 Bytes
/
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": "procrastinator",
"version": "0.3.0",
"description": "A todo list web application for your procrastinating needs.",
"main": "index.js",
"private": "false",
"scripts": {
"build": "npx webpack --mode production",
"dev": "npx webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nerddude24/procrastinator.js.git"
},
"keywords": [
"todo",
"todolist"
],
"author": "nerddude",
"license": "MIT",
"bugs": {
"url": "https://github.com/nerddude24/procrastinator.js/issues"
},
"homepage": "https://github.com/nerddude24/procrastinator.js#readme",
"devDependencies": {
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"date-fns": "^3.6.0",
"reset-css": "^5.0.2"
}
}