blob: 2836c1322d2707382f4d4ced08406545d09806c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"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": "^3",
"stylus-brunch": "^3",
"terser-brunch": "^4"
}
}
|