-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "to-do",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git subtree push --prefix dist origin gh-pages",
"start": "webpack serve --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maddily/to-do.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Maddily/to-do/issues"
},
"homepage": "https://github.com/Maddily/to-do#readme",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^7.1.2",
"date-fns": "^3.6.0",
"favicons-webpack-plugin": "^6.0.1",
"html-webpack-plugin": "^5.6.0",
"process": "^0.11.10",
"random-key": "^0.3.2",
"stream-browserify": "^3.0.0",
"style-loader": "^4.0.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"browser": {
"crypto": false
}
}