UNPKG

tida

Version:

tida

60 lines (59 loc) 1.65 kB
{ "name": "tida", "version": "1.0.1-alpha.13", "description": "tida", "main": "index.js", "directories": { "example": "demo" }, "scripts": { "build": "node scripts/build", "watch": "node scripts/build -w", "demo": "cd demo; tnpm i; cd ..; open http://127.0.0.1:3000/demo/public/; node scripts/demo", "nginx": "sudo nginx -t -c ${PWD}/scripts/nginx.conf" }, "publishConfig": { "registry": "http://registry.npm.alibaba-inc.com" }, "repository": { "type": "git", "url": "git@gitlab.alibaba-inc.com:tida/tida.git" }, "keywords": [ "tida", "rax", "tmall", "taobao" ], "author": "chongyang.liucy <chongyang.liucy@alibaba-inc.com>", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.1", "babel-preset-rax": "^0.4.11", "case-sensitive-paths-webpack-plugin": "^2.1.1", "eslint": "^4.6.1", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-react": "^7.3.0", "gutil": "^1.6.4", "image-source-loader": "^0.4.11", "json-loader": "^0.5.7", "rax-webpack-plugin": "^0.4.11", "stylesheet-loader": "^0.4.11", "uglifyjs-webpack-plugin": "^0.4.6", "watch-missing-node-modules-webpack-plugin": "^0.0.1", "webpack": "^3.5.5", "webpack-dev-server": "^2.7.1" }, "license": "ISC", "dependencies": { "@ali/bat": "^5.0.3", "@ali/lib-windvane": "^3.0.0", "@ali/goldlog": "1.0.0-alpha.1", "babel-plugin-import": "^1.8.0", "babel-preset-env": "^1.7.0", "universal-env": "^0.4.11", "universal-jsonp": "^0.4.12", "universal-toast": "^0.4.12" } }