-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "nuxt-ab-segment",
"version": "4.0.3",
"description": "NuxtJS module for A/B testing with Segment Analytics",
"repository": "github:dogchef-be/nuxt-ab-segment",
"license": "MIT",
"files": [
"dist"
],
"main": "dist/module.js",
"types": "dist/module.d.ts",
"scripts": {
"clean": "npm prune && rm -rf dist",
"transpile": "tsc",
"build": "npm run clean && npm run transpile"
},
"dependencies": {
"chokidar": "^3.6.0",
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^3.0.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^18.19.68",
"@types/segment-analytics": "^0.0.38",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^3.2.0",
"nuxt": "^2.18.1",
"prettier": "3.4.2",
"sass": "^1.83.0",
"webpack": "^4.47.0"
}
}