-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 863 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
{
"name": "odin-to-do-list",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/blueratdota/odin-to-do-list.git"
},
"homepage": "http://blueratdota.github.io/odin-to-do-list",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"deploy1": "git add dist && git commit -m 'Initial dist subtree commit'",
"deploy2": "git subtree push --prefix dist origin gh-pages"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.10.0",
"gh-pages": "^6.1.1",
"style-loader": "^3.3.4",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"date-fns": "^3.3.1"
}
}