-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 987 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
38
{
"name": "drylint.com",
"version": "1.0.0",
"description": "",
"main": "main.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"serve": "vuepress dev docs",
"docs:build": "vuepress build docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drylint/drylint.com.git"
},
"author": "drylint",
"license": "MIT",
"bugs": {
"url": "https://github.com/drylint/drylint.com/issues"
},
"homepage": "https://github.com/drylint/drylint.com#readme",
"devDependencies": {
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.10.0",
"eslint-config-better": "0.0.12",
"glob": "^7.2.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-scss": "^4.1.0",
"vuepress": "^1.9.7"
}
}