forked from joergkiesewetter/blockchainweek.berlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "berlin-blockchain-week",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore . --fix",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore --fix",
"lint": "yarn lint:js && yarn lint:style"
},
"dependencies": {
"@nuxtjs/i18n": "^7.2.2",
"@nuxtjs/style-resources": "^1.2.1",
"core-js": "^3.23.3",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.5",
"nuxt": "^2.15.18",
"nuxt-i18n": "^6.28.1",
"papaparse": "^5.3.2",
"vue-select": "^3.18.3"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/stylelint-module": "^4.1.0",
"@nuxtjs/svg": "^0.4.0",
"@babel/eslint-parser": "^7.18.2",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-vue": "^9.1.1",
"node-sass": "^6",
"prettier": "^2.7.1",
"postcss": "^8.4.14",
"postcss-html": "^1.4.1",
"sass-loader": "^10",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-config-recommended-vue": "^1.4.0"
}
}