-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 926 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 926 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
{
"name": "oc-android-website",
"version": "2020.4.1",
"description": "Website for OC Android 2020",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run css && ls src | grep -v css | xargs -I{} cp -R src/{} dist/",
"deploy": "aws s3 sync dist/ s3://ocandroid.org/",
"css": "npx postcss -c postcss.config.js -o dist/css/styles.css src/css/styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OCAndroid/website.git"
},
"author": "Bladymir Tellez <blad@ocandroid.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/OCAndroid/website/issues"
},
"homepage": "https://github.com/OCAndroid/website#readme",
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"autoprefixer": "^9.7.5",
"postcss": "^7.0.27",
"postcss-cli": "^7.1.0",
"tailwindcss": "^1.2.0"
}
}