summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..56a12bf
--- /dev/null
+++ b/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "verden-ui",
+ "version": "1.0.0",
+ "private": true,
+ "scripts": {
+ "dev": "nuxt",
+ "build": "nuxt build",
+ "start": "nuxt start",
+ "generate": "nuxt generate",
+ "lint": "npm run lint:js",
+ "lintfix": "npm run lint:js -- --fix"
+ },
+ "dependencies": {
+ "core-js": "^3.19.3",
+ "nuxt": "^2.15.8",
+ "pug": "^3.0.2",
+ "pug-plain-loader": "^1.1.0",
+ "vue": "^2.6.14",
+ "vue-server-renderer": "^2.6.14",
+ "vue-template-compiler": "^2.6.14",
+ "webpack": "^4.46.0"
+ },
+ "devDependencies": {
+ "@babel/eslint-parser": "^7.16.3",
+ "@nuxtjs/tailwindcss": "^4.2.1",
+ "eslint": "^8.4.1",
+ "eslint-plugin-nuxt": "^3.1.0",
+ "eslint-plugin-vue": "^8.2.0",
+ "postcss": "^8.4.4"
+ }
+}