You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.5 KiB
53 lines
1.5 KiB
{
|
|
"name": "site",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docsite start",
|
|
"build": "docsite build"
|
|
},
|
|
"devDependencies": {
|
|
"docsite": "^1.1.0",
|
|
"babel-core": "6.23.1",
|
|
"babel-eslint": "^6.0.5",
|
|
"babel-loader": "6.4.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-es2015": "6.22.0",
|
|
"babel-preset-react": "6.23.0",
|
|
"babel-preset-stage-0": "6.22.0",
|
|
"babel-register": "^6.26.0",
|
|
"css-loader": "0.6.12",
|
|
"eslint": "^3.6.0",
|
|
"eslint-config-ali": "^1.0.0",
|
|
"eslint-plugin-import": "*",
|
|
"eslint-plugin-react": "*",
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
|
"gulp": "3.9.1",
|
|
"gulp-util": "2.2.20",
|
|
"json-loader": "*",
|
|
"node-libs-browser": "2.0.0",
|
|
"node-sass": "^4.7.2",
|
|
"opn": "^5.3.0",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "16.5.2",
|
|
"react-dom": "16.5.2",
|
|
"sass-loader": "6.0.2",
|
|
"style-loader": "0.6.5",
|
|
"webpack": "^2.6.1",
|
|
"webpack-dev-server": "^2.4.5"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"core-decorators": "^0.20.0",
|
|
"js-cookie": "^2.2.0",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-scroll": "^1.7.9",
|
|
"react-tilt": "^0.1.4",
|
|
"whatwg-fetch": "^2.0.4"
|
|
}
|
|
}
|
|
|