-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 779 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 779 Bytes
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
{
"name": "website",
"version": "1.0.2",
"description": "This is the Django/Django CMS project that runs <http://okfn.org>.",
"repository": {
"type": "git",
"url": "git+https://github.com/okfn/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/okfn/website/issues"
},
"scripts": {
"build": "postcss templates/styles/main.css -o static/css/styles.css"
},
"homepage": "https://github.com/okfn/website#readme",
"devDependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^4.1.11",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0"
},
"dependencies": {
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.3.2",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.3.2"
}
}