-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "rezepteapp",
"description": "Using petiteVue & Bootstrap",
"version": "1.0.0",
"main": "./dist/bundle.js",
"dependencies": {
"@babel/core": "^7.22.5",
"@popperjs/core": "^2.11.8",
"babel-loader": "^9.1.2",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"css-loader": "^6.8.1",
"exports-loader": "^4.0.0",
"imports-loader": "^4.0.1",
"jquery": "^3.7.0",
"path-browserify": "^1.0.1",
"popper.js": "^1.16.1",
"pouchdb-authentication": "^1.1.3",
"pouchdb-browser": "^8.0.1",
"pouchdb-find": "^8.0.1",
"vue": "^3.3.4",
"vue-loader": "^17.2.2",
"vue-router": "^4.2.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack",
"serve": "vue-cli-service serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}