-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 831 Bytes
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": "fair-software",
"version": "1.0.0",
"description": "Recommendations for research software",
"author": "Sjoerd Oudman",
"private": true,
"scripts": {
"bootstrap": "netlify dev:exec node ./scripts/bootstrap_fauna_db.js",
"test": "jest",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"axios": "^0.27.2",
"gsap": "^3.12.2",
"nodemailer": "^6.9.5",
"nuxt": "^2.17.1",
"nuxt-buefy": "^0.4.25"
},
"devDependencies": {
"@vue/test-utils": "^1.3.6",
"babel-core": "^6.26.3",
"babel-jest": "^24.9.0",
"faunadb": "^2.14.2",
"jest": "^24.9.0",
"nodemon": "^1.19.4",
"sass": "^1.66.1",
"sass-loader": "^7.3.1",
"vue-jest": "^3.0.7"
}
}