init project

This commit is contained in:
André Weller
2019-05-10 16:23:43 +02:00
commit b4dfd58208
24 changed files with 12343 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "webgems",
"version": "1.0.0",
"description": "webgems for devs and designers ",
"author": "lost.design",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"cross-env": "^5.2.0",
"nuxt": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^8.6.4",
"node-sass": "^4.12.0",
"nodemon": "^1.18.9",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"tailwindcss": "^0.7.0"
}
}