1 Star 0 Fork 44

artiely/douban-trailer-imooc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
Scott 提交于 2018-02-18 21:45 . feat: 植入 standard 代码规范检查
{
"name": "trailer",
"version": "1.0.0",
"description": "",
"main": "server/index.js",
"scripts": {
"start": "rm -rf dist && rm -rf .cache && NODE_ENV=development nodemon ./start.js",
"precommit": "standard --parser babel-eslint 'src/**/*.js' 'server/**/*.js' | snazzy",
"build": "rm -rf parcel/dist && parcel build src/index.html --no-cache -d dist --public-url /",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitee.com:wolf18387/douban-trailer-imooc.git"
},
"keywords": [
"movie",
"trailer"
],
"author": "Scott",
"license": "MIT",
"dependencies": {
"antd": "^3.0.0",
"axios": "^0.17.1",
"bcrypt": "^1.0.3",
"ejs": "^2.5.7",
"glob": "^7.1.2",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.1.0",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^4.0.2",
"koa-views": "^6.1.3",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"mongoose": "^5.0.1",
"nanoid": "^1.0.1",
"pug": "^2.0.0-rc.4",
"puppeteer": "^0.13.0",
"qiniu": "^7.1.1",
"ramda": "^0.25.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-router-dom": "^4.2.2",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cssnext": "^1.8.4",
"node-sass": "^4.7.2",
"nodemon": "^1.14.12",
"parcel-bundler": "^1.5.1"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"husky": "^0.14.3",
"snazzy": "^7.0.0",
"standard": "^10.0.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/artiely/douban-trailer-imooc.git
git@gitee.com:artiely/douban-trailer-imooc.git
artiely
douban-trailer-imooc
douban-trailer-imooc
master

搜索帮助