-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 849 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
{
"name": "bsp",
"private": true,
"scripts": {
"build": "gridsome build",
"test:unit": "vue-cli-service test:unit",
"develop": "gridsome develop",
"explore": "gridsome explore",
"prod": "python3 -m http.server --directory dist/"
},
"dependencies": {
"@gridsome/source-graphql": "^0.1.0",
"@mailchimp/mailchimp_marketing": "^3.0.74",
"algoliasearch": "^4.12.1",
"axios": "^0.21.4",
"gridsome": "^0.7.0",
"gridsome-plugin-algolia": "^2.1.4",
"md5": "^2.3.0",
"nodemailer": "^6.7.2",
"slugify": "^1.6.5",
"vue-instantsearch": "^4.0.1",
"vue-json-csv": "^1.2.12",
"vuex": "^3.6.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/vue": "^5.8.2",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13"
}
}