-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 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
{
"name": "@cosmos-ui/vue",
"productName": "Tendermint UI",
"description": "Tendermint UI contains components for front end projects.",
"version": "0.36.3",
"license": "Apache-2.0",
"main": "src/index.js",
"author": "Tendermint, Inc <hello@tendermint.com>",
"repository": "https://github.com/tendermint/cosmos-ui",
"scripts": {
"serve": "start-storybook -p 9999 -s ./public",
"build": "build-storybook -c .storybook -o dist -s ./public"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@storybook/addon-docs": "^5.3.9",
"@storybook/addon-knobs": "^5.3.12",
"@storybook/vue": "^5.3.12",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"css-loader": "^3.4.2",
"storybook-addon-vue-info": "^1.4.1",
"style-loader": "^1.1.3",
"vue-loader": "^15.9.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"markdown-it": "^10.0.0",
"axios": "^0.21.1",
"clipboard-copy": "^3.1.0",
"algoliasearch": "^4.1.0",
"fuse.js": "^3.4.6",
"hotkeys-js": "^3.7.3",
"lodash": "^4.17.15",
"js-base64": "^2.5.2",
"prismjs": "^1.19.0",
"querystring": "^0.2.0",
"tiny-cookie": "^2.3.1",
"vue": "^2.6.10"
}
}