-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "bulmalite",
"description": "A vue implementation of the Bulma CSS framework",
"keywords": [
"bulma",
"vue",
"components"
],
"version": "0.9.0",
"author": "geoloep <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"dev": "tsc -d -w",
"build": "tsc -d && node collect-vue.js",
"collect": "node collect-vue.js",
"doc:dev": "vite",
"doc:build": "vite build"
},
"dependencies": {},
"peerDependencies": {
"bulma": "~0.9.1",
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"@vue/compiler-sfc": "^3.0.0",
"@vitejs/plugin-vue" : "^1",
"bulma": "~0.9.1",
"eslint": "^8",
"eslint-config-prettier": "^8",
"eslint-plugin-vue": "^8",
"glob": "^7.1.6",
"prettier": "2.1.1",
"sass": "^1.27.0",
"typescript": "^4.0.5",
"vite": "^2",
"vue": "^3.0.0",
"vue-router": "^4.0.0-rc.1"
}
}