forked from python-pillow/python-pillow.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 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
33
34
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "./node_modules/.bin/webpack watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/python-pillow/python-pillow.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/python-pillow/python-pillow.github.io/issues"
},
"homepage": "https://python-pillow.org",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"css-loader": "^6.2.0",
"jest": "^27.0.6",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"style-loader": "^3.2.1",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@popperjs/core": "^2.9.3",
"bootstrap": "^5.3.0-alpha1"
}
}