-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
46 lines (46 loc) · 1.14 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
{
"private": true,
"dependencies": {
"ahoy.js": "^0.3.8",
"highcharts": "^7.2.0",
"jquery": "^3.7.1",
"mjml": "^4.13.0",
"postcss": "^8.4.14",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.7.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"qs": "^6.9.0",
"sass": "1.32.0",
"typescript": "^4.5.4",
"vue": "^2.7.4",
"vue-highcharts": "^0.1.0",
"vue-template-compiler": "^2.7.4",
"wordcloud": "^1.1.0"
},
"resolutions": {
"vue": "^2.7.4"
},
"devDependencies": {
"@prettier/plugin-pug": "^1.13.2",
"@types/qs": "^6.9.16",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/language-plugin-pug": "^1.8.22",
"@vue/language-server": "1.8.27",
"caniuse-lite": "^1.0.30001669",
"prettier": "^2.8.8",
"vite": "^4.3.0",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-ruby": "^3.2.0"
},
"prettier": {
"trailingComma": "es5",
"semi": false,
"printWidth": 150,
"htmlWhitespaceSensitivity": "ignore",
"pugAttributeSeparator": "as-needed",
"bracketSameLine": true,
"pugPrintWidth": 130
}
}