9 Star 23 Fork 2

88250 / starfire

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Vanessa 提交于 2019-06-07 13:55 . :art:#10
{
"name": "starfire",
"version": "1.0.0",
"scripts": {
"lint": "tslint --fix -c tslint.json 'src/**/*.ts'",
"start": "webpack-dev-server",
"scss": "node-sass -w=./src/assets/scss ./src/assets/scss/index.scss ./index.css",
"build": "webpack --env.production && node-sass --output-style=compressed ./src/assets/scss/index.scss ./dist/index.css"
},
"keywords": [
"ipfs",
"weibo"
],
"license": "MIT",
"dependencies": {
"bs58": "^4.0.1",
"dayjs": "^1.8.14",
"ipfs-http-client": "^32.0.1",
"is-ipfs": "^0.6.1",
"jdenticon": "^2.1.1",
"libp2p-crypto": "^0.16.1",
"multiaddr": "^6.0.6",
"multihashing-async": "^0.7.0",
"pull-file-reader": "^1.0.2",
"vditor": "^1.5.4",
"xss": "^1.0.6"
},
"devDependencies": {
"@types/bs58": "^4.0.0",
"@types/markdown-it": "0.0.7",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^2.3.0",
"node-sass": "^4.12.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"ts-loader": "^6.0.2",
"tslint": "^5.17.0",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}
TypeScript
1
https://gitee.com/dl88250/starfire.git
git@gitee.com:dl88250/starfire.git
dl88250
starfire
starfire
master

搜索帮助