-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "do-bulma",
"version": "1.0.0",
"description": "Customized Bulma styling for DigitalOcean Community tools.",
"main": "src/style.scss",
"scripts": {
"test": "npm run lint",
"lint": "stylelint src/{*,**/*}.scss",
"demo:dev": "do-vue template && do-vue dev ./test ./dev 8000",
"demo:build": "BLANK_TEMPLATE=true do-vue template && do-vue tool ./test ./dist",
"deploy:spaces:comment": "do-vue comment do-bulma"
},
"repository": {
"type": "git",
"url": "git+https://github.com/do-community/do-bulma.git"
},
"author": "DigitalOcean",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/do-community/do-bulma/issues"
},
"homepage": "https://github.com/do-community/do-bulma#readme",
"dependencies": {
"bulma": "^0.9.4"
},
"devDependencies": {
"do-vue": "github:do-community/do-vue",
"posthtml": "^0.16.6",
"posthtml-extend": "^0.6.5",
"sass": "^1.70.0",
"stylelint": "^16.2.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4",
"vue": "^3.4.15",
"vue-template-compiler": "^2.7.16",
"vue-tippy": "^6.4.1"
},
"overrides": {
"do-vue": {
"pretty-checkbox-vue": {
"vue": "^3.0.0"
}
}
}
}