-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
31 lines (31 loc) · 1014 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
{
"name": "protonmail-theme",
"version": "1.0.0",
"description": "Protonmail Theme 4.0 - 1 feb 2020",
"main": "package.json",
"scripts": {
"build-task:scss-compile": "node-sass-chokidar src/scss/ -o dist/css --output-style compressed",
"build-task:autoprefixer": "postcss dist/css/*.css --use autoprefixer -d dist/css --no-map",
"sass:build": "npm-run-all -p build-task:*",
"sass:watch": "chokidar 'src/scss/**/*.scss' -c 'npm run sass:build'",
"watch": "npm-run-all -p sass:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremiecook/protonmail-theme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeremiecook/protonmail-theme/issues"
},
"homepage": "https://github.com/jeremiecook/protonmail-theme#readme",
"dependencies": {
"autoprefixer": "^9.7.4",
"chokidar-cli": "^2.1.0",
"node-sass-chokidar": "^1.5.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.0"
}
}