Initial commit
This commit is contained in:
commit
820907c3c2
9 changed files with 13506 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Paul Nicoué",
|
||||
"private": true,
|
||||
"browserslist": [
|
||||
"> 0.5%",
|
||||
"last 4 versions",
|
||||
"Firefox ESR",
|
||||
"not dead"
|
||||
],
|
||||
"devDependencies": {
|
||||
"minireset.css": "^0.0.7",
|
||||
"nuxt": "^3.0.0-rc.11"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"start": "nuxt start"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue