forked from linkedpipes/dcat-ap-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.21 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "dcat-ap-forms-vue",
"private": true,
"version": "2.0.0",
"description": "",
"author": "",
"license": "MIT-0",
"scripts": {
"dev": "node ./server/server.develop.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"test": "jest",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.production.js",
"start": "node server/server.production.js"
},
"dependencies": {
"express": "^4.19.2",
"request": "^2.88.2"
},
"devDependencies": {
"axios": "^0.21.0",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@mdi/font": "^5.9.55",
"@vue/test-utils": "^1.3.6",
"babel-core": "^6.26.3",
"babel-jest": "^29.7.0",
"babel-loader": "^8.3.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.20.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^5.0.1",
"deepmerge": "^4.3.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuetify": "^1.1.0",
"file-loader": "^6.2.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-serializer-vue": "^2.0.2",
"jsonld": "^8.3.2",
"material-design-icons-iconfont": "^6.7.0",
"mini-css-extract-plugin": "^1.6.2",
"regenerator-runtime": "^0.13.7",
"sass": "^1.77.6",
"sass-loader": "^10.4.1",
"stylelint": "^13.13.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"vue": "^2.7.14",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.2",
"vue-router": "^3.6.5",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"vuetify": "^2.7.1",
"vuetify-loader": "^1.9.2",
"vuetify-upload-button": "^2.0.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.26.1",
"webpack-merge": "^5.10.0"
}
}