blob: a7745024767c931dce5c21f8984f8f6e9af61cb1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "A14M",
"description": "Website/CV",
"version": "1.0.0",
"private": false,
"engines": {
"node": ">= 12",
"yarn": "^1.16.0"
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production"
},
"dependencies": {},
"devDependencies": {
"auto-reload-brunch": "^2",
"brunch": "^4",
"clean-css-brunch": "^3.0.0",
"stylus-brunch": "^3",
"terser-brunch": "^4"
}
}
|