-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.57 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
52
53
54
55
56
57
58
59
60
{
"name": "@dansmaculotte/nuxt-segment",
"version": "0.2.13",
"description": "Nuxt.js module for Segment Analytics.js",
"license": "MIT",
"contributors": [
{
"name": "Dylan Wight",
"email": "dylan@otechie.com"
},
{
"name": "Gaël Reyrol",
"email": "gael@dansmaculotte.fr"
}
],
"main": "lib/module.js",
"repository": "https://github.com/dansmaculotte/nuxt-segment",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt test/fixture",
"lint": "eslint lib test",
"test": "yarn run lint && jest",
"release": "standard-version && git push --follow-tags && npm publish"
},
"files": [
"lib"
],
"dependencies": {
"@dansmaculotte/vue-segment": "^0.2.9"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@nuxtjs/dotenv": "latest",
"@nuxtjs/eslint-config": "5.0.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"codecov": "3.8.1",
"dotenv": "^16.0.0",
"eslint": "7.17.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "7.4.1",
"get-port": "5.1.1",
"husky": "4.3.7",
"jest": "26.6.3",
"nuxt-edge": "2.15.0-26840219.3265e949",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"standard-version": "9.1.0"
}
}