-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 995 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
{
"name": "julien-maze.com",
"version": "0.0.1",
"packageManager": "yarn@3.2.1",
"description": "Personnal website of Julien Mazé - Web Developer",
"repository": {
"type": "git",
"url": "git+https://github.com/djorak/julien-maze.com.git"
},
"author": "Julien <Djorak> Mazé",
"license": "ISC",
"bugs": {
"url": "https://github.com/djorak/julien-maze.com/issues"
},
"homepage": "http://www.julien-maze.com",
"scripts": {
"watch:css": "nodemon --ext scss -x \"npm run build:css\"",
"dist": "./bin/build.sh",
"build:css": "sass src/scss/styles.scss dist/css/styles.min.css",
"postbuild:css": "postcss --use autoprefixer --use cssnano --replace dist/css/styles.min.css"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"nodemon": "^3.1.7",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"sass": "^1.82.0"
}
}