-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 970 Bytes
/
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
{
"name": "anycable-web",
"description": "AnyCable web app",
"private": true,
"version": "2.0.0",
"author": "Vladimir Dementyev <dementiev.vm@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"fast-glob": "^3.2.12",
"jstransformer-markdown-it": "^3.0.0",
"markdown-it-classy": "^0.2.0",
"markdown-it-highlightjs": "^4.0.1",
"postcss-custom-media": "^9.1.2",
"postcss-easings": "^3.0.1",
"postcss-nested": "^6.0.0",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.7",
"vite": "^4.1.0",
"vite-plugin-handlebars": "^1.6.0",
"vite-plugin-pug": "^0.3.2"
},
"dependencies": {
"@anycable/core": "^0.8.3",
"@anycable/web": "^0.8.0",
"@splidejs/splide": "^4.1.4",
"anycable-elements": "^0.2.5",
"jump.js": "1.0.2",
"lighty": "0.5.0",
"sass": "^1.60.0"
}
}