-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 932 Bytes
/
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
{
"name": "ShoppingCards",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest BasketRouter.spec.js BasketTable.spec.js BasketTableRow.spec.js ProductList.spec.js ",
"test:consumer": "mocha ./Consumer.spec.js",
"pact-publish": "node publish.js"
},
"dependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@pact-foundation/pact": "^9.17.0",
"@rplan/pact-broker-cli": "^0.1.2",
"axios": "^0.24.0",
"core-js": "^3.15.1",
"http-methods-constants": "^1.1.0",
"http-status-codes": "^2.1.4",
"nuxt": "^2.15.7"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.2.0",
"@vue/test-utils": "^1.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.0.5",
"jest": "^27.0.5",
"mocha": "^9.1.3",
"postcss": "^8.3.5",
"vue-jest": "^3.0.4"
}
}