blob: 38bb9a4e4d5d49623e70e62391f16812cb1d69eb (
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.6.0",
"yarn": "^1.16.0"
},
"scripts": {
"start": "npx brunch watch --server",
"build": "npx brunch build --production"
},
"dependencies": {},
"devDependencies": {
"auto-reload-brunch": "^2",
"brunch": "^3",
"stylus-brunch": "^3",
"terser-brunch": "^4"
}
}
|