-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.3 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
{
"name": "Andy Lee (fsworld009)",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build_projects": "bash scripts/build_projects.sh",
"build": "npm run build_projects && nuxt build && nuxt generate",
"test_dist": "npx http-server dist -p 4000",
"deploy": "bash scripts/deploy.sh",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"license": "MIT",
"dependencies": {
"@nuxtjs/composition-api": "0.29.2",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"pinia": "2.0.0-rc.12",
"vue": "2.6.14"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@pinia/nuxt": "0.0.3",
"@vue/eslint-config-airbnb": "5.3.0",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "7.0.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base-typescript": "1.0.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.12.1",
"fontawesome-4.7": "4.7.0",
"http-server": "13.0.2",
"less-loader": "7.3.0",
"normalize.css": "8.0.1",
"prettier": "2.4.1",
"vue-eslint-parser": "7.11.0"
}
}