-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
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
{
"name": "codecept-website",
"version": "1.0.0",
"description": "CodeceptJS website",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "npx vuepress dev docs",
"build": "vuepress build docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "10.4.20",
"npm": "11.6.1",
"postcss": "8.4.49",
"sass": "1.83.1",
"sass-loader": "10.3.1",
"tailwindcss": "1.9.6",
"vue": "2.7.16",
"vue-carousel": "0.18.0",
"vue-server-renderer": "2.7.16",
"vue-slider-component": "3.2.24",
"vueperslides": "2.16.0",
"vuepress": "1.9.10",
"vuepress-plugin-sitemap": "2.3.1"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "1.9.10",
"runok": "0.9.3"
}
}