-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "kantar-interactive",
"version": "0.0.1",
"repository": "",
"author": "Andy Gillon <[email protected]>",
"license": "",
"type": "module",
"engines": {
"node": ">=13"
},
"scripts": {
"dev": "cross-env ENV=development node rollup",
"build": "cross-env ENV=production node rollup",
"lint": "eslint --ext .js,.vue .",
"lint:fix": "npm run lint -- --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@sanity/client": "^2.21.0",
"normalize.css": "^8.0.1",
"sanity-blocks-vue-component": "^0.1.0",
"vue": "^2.6.12",
"vue-vimeo-player": "^0.2.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"ansi-colors": "^4.1.1",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.12",
"cross-env": "^7.0.2",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier-vue": "^2.1.1",
"eslint-plugin-vue": "^7.0.1",
"maxmin": "^3.0.0",
"npm-run-all": "^4.1.5",
"ora": "^5.1.0",
"prettier": "^2.1.2",
"pretty-bytes": "^5.4.1",
"pretty-time": "^1.1.0",
"rollup": "^2.28.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^5.1.9",
"rxjs": "^6.6.3",
"vue-eslint-parser": "^7.1.0",
"vue-template-compiler": "^2.6.12"
}
}