-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "nuxt-enso-ui",
"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 .",
"lint": "yarn lint:js",
"postinstall": "opencollective-postinstall && patch-package"
},
"dependencies": {
"@enso-ui/charts": "^2.0.20",
"@enso-ui/enums": "^1.0.3",
"@enso-ui/route-mapper": "^1.0.1",
"@enso-ui/sentry": "^1.0.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/axios": "^5.13.6",
"@sentry/browser": "^6.11.0",
"@sentry/integrations": "^6.11.0",
"animate.css": "^4.1.1",
"core-js": "^3.15.1",
"laravel-echo": "^1.11.1",
"nuxt": "^2.15.7",
"nuxt-vuex-router-sync": "^0.0.3",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.3",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"pusher-js": "^7.0.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.12.1",
"fibers": "^5.0.0",
"prettier": "^2.3.2",
"sass": "^1.38.0",
"sass-loader": "10"
}
}