-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "Refex",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=dev nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"lint:fix": "eslint --ext .ts,.js,.vue . --fix",
"deploy": "push-dir --dir=refex --branch=gh-pages --cleanup"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/pro-duotone-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@johmun/vue-tags-input": "^2.1.0",
"core-js": "^3.21.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.8",
"vue-multiselect": "^2.1.6",
"vue-simple-suggest": "^1.11.2"
},
"devDependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/style-resources": "^1.2.1",
"axios-retry": "^3.2.4",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
"fibers": "^5.0.1",
"node-sass": "^6.0.1",
"nuxt-fontawesome": "^0.4.0",
"push-dir": "^0.4.1",
"sass": "^1.49.7",
"sass-loader": "^10.2.1",
"vue-slider-component": "^3.2.15"
}
}