-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "@elementary/builds",
"version": "1.0.0",
"description": "Frontend to elementary OS Builds",
"author": "elementary",
"private": true,
"scripts": {
"start": "nuxt dev",
"build": "nuxt build",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:css": "stylelint **/*.{vue,scss}"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.654.0",
"@aws-sdk/s3-request-presigner": "^3.592.0",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^2.0.6",
"cookie": "^0.6.0",
"graphql": "^16.1.0",
"graphql-request": "^6.1.0",
"json5": "^2.2.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"node-cache": "^5.1.2",
"nuxt": "^2.15.8",
"sass": "^1.77.4",
"sass-loader": "^10.1.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"eslint": "^8.57.0",
"postcss-html": "^1.7.0",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-config-standard-vue": "^1.0.0"
}
}