35 lines
767 B
JSON
35 lines
767 B
JSON
{
|
|
"name": "public",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"babel-cli": "^6.14.0",
|
|
"babel-plugin-import": "^1.0.0",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-preset-react": "^6.11.1",
|
|
"react-scripts": "0.4.3"
|
|
},
|
|
"dependencies": {
|
|
"antd": "^1.11.1",
|
|
"copy-to-clipboard": "^3.0.5",
|
|
"g2": "^2.0.1",
|
|
"g2-react": "^1.1.0",
|
|
"react": "^15.3.2",
|
|
"react-dom": "^15.3.2",
|
|
"react-router": "^2.8.1",
|
|
"reqwest": "^2.0.5",
|
|
"timeago-react": "^1.0.3",
|
|
"timeago.js": "2.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build"
|
|
},
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"eslintConfig": {
|
|
"extends": "./node_modules/react-scripts/config/eslint.js"
|
|
}
|
|
}
|