blob: 6a249e31276449e196c24328b782c31a33bbdd60 [file] [log] [blame]
{
"name": "site",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "docsite start",
"build": "docsite build",
"report": "report_analyzer=true docsite build",
"lint": "eslint --ext .js,.jsx src utils site_config gulpfile.js webpack.config.js",
"lint:fix": "eslint --ext .js,.jsx --fix src utils site_config gulpfile.js webpack.config.js"
},
"dependencies": {
"antd": "^3.26.20",
"classnames": "^2.2.6",
"core-decorators": "^0.20.0",
"js-cookie": "^2.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scroll": "^1.8.1",
"react-tilt": "^0.1.4",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"asset-require-hook": "^1.2.0",
"babel-core": "6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^2.0.2",
"commander": "^2.20.3",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "0.28.11",
"css-modules-require-hook": "^4.2.3",
"docsite-ext": "^1.5.2",
"eslint": "^5.16.0",
"eslint-config-ali": "^4.1.1",
"eslint-plugin-import": "*",
"eslint-plugin-react": "*",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^9.1.0",
"gulp": "4.0.2",
"gulp-util": "2.2.20",
"json-loader": "*",
"node-libs-browser": "2.2.1",
"node-sass": "^4.14.1",
"opn": "^5.3.0",
"optimize-css-assets-webpack-plugin": "^3.2.1",
"raw-loader": "^0.5.1",
"sass-loader": "7.3.1",
"style-loader": "0.6.5",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "2.11.5",
"webpack-manifest-plugin": "^2.2.0"
}
}