-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 875 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"doc": "run-p doc:*",
"doc:career": "json-refs resolve -w ./documents/career.yml > ./assets/data/career.json",
"doc:publication": "json-refs resolve -w ./documents/publication.yml > ./assets/data/publication.json",
"doc:activity": "json-refs resolve -w ./documents/activity.yml > ./assets/data/activity.json",
"doc:oss": "json-refs resolve -w ./documents/oss.yml > ./assets/data/oss.json"
},
"devDependencies": {
"nuxt3": "latest"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^5.0.0",
"autoprefixer": "^10.4.2",
"json-refs": "^3.0.15",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23"
},
"volta": {
"node": "16.14.0"
},
"packageManager": "[email protected]"
}