-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 890 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
35
{
"name": "dirim.co",
"version": "1.1.0",
"description": "Personal website of Berkan Dirim",
"author": "Berkan Dirim <[email protected]>",
"private": true,
"scripts": {
"start:dev": "nuxt",
"start:prod": "nuxt start",
"build": "nuxt build",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/pwa": "latest",
"nuxt": "latest"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.16.0",
"eslint-config-standard": "^17.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"sass": "^1.52.1",
"sass-loader": "10"
},
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "none"
}
}