-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.26 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "nuts-registry-admin-demo",
"version": "0.0.1",
"description": "Demonstration web application for administering Nuts node registry items.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint": "eslint --ext .js,.vue web/src --fix"
},
"repository": {
"type": "git",
"url": "github.com/nuts-foundation/nuts-registry-admin-demo"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@vue/compiler-sfc": "^3.3.12",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-vue": "^9.18.1",
"html-webpack-plugin": "^5.5.3",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.5",
"vue-loader": "^17.3.1",
"vue-style-loader": "^4.1.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"vue": "^3.3.7",
"vue-router": "^4.2.5"
}
}