-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.71 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.71 KB
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
52
{
"name": "neutral-info",
"version": "1.0.0",
"description": "不同網站可能會基於演算法,來改變使用者會看見的資訊 neutral-info 希望建立一個中立的資訊平台,使用者可以利用關鍵字,找到你想知道的訊息, 這些訊息來自多元管道,並可以依照訊息特徵(聲量、情緒、來源),做出篩選",
"author": "neutral-info",
"private": true,
"scripts": {
"ci": "npm ci",
"dev": "nuxt -o",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dayjs": "^1.3.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sentry": "^5.0.2",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/svg": "^0.1.12",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"nuxt": "^2.15.2",
"vue-clamp": "^0.3.1",
"vue-json-viewer": "^2.2.18",
"vue-lodash": "^2.1.2",
"vue2-perfect-scrollbar": "^1.5.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/stylelint-module": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-plugin-nuxt": ">=2.0.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"stylelint": "^13.11.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.19.0",
"stylelint-selector-bem-pattern": "^2.1.0"
},
"engines": {
"node": ">=14.5.0",
"npm": ">=6.14.5"
}
}