update style
Showing
{ | ||
"name": "homepage_nexpie", | ||
"version": "0.1.0", | ||
"homepage": "", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"babel-plugin-react-intl": "^4.1.3", | ||
"bulma": "^0.7.5", | ||
"node-sass": "^4.12.0", | ||
"node-sass-chokidar": "1.3.5", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.6", | ||
"react-bulma-components": "^3.0.1-6", | ||
"react-country-flag": "^1.0.2", | ||
"react-dom": "^16.8.6", | ||
"react-full-page": "^0.1.7", | ||
"react-full-snap": "^1.0.1", | ||
"react-fully-scrolled": "^1.0.4", | ||
"react-icons": "^3.7.0", | ||
"react-intl": "^2.9.0", | ||
"react-particles-js": "^2.7.0", | ||
"react-redux": "^7.1.0", | ||
"react-router-dom": "^5.0.1", | ||
"react-scripts": "3.0.1", | ||
"redux": "^4.0.4", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"scripts": { | ||
"build-css": "node-sass-chokidar --include-path ./src/scss --include-path ./node_modules src/scss/ -o src/", | ||
"watch-css": "build-css && node-sass-chokidar --include-path ./src/scss --include-path ./node_modules src/scss/ -o src/ --watch --recursive", | ||
"extract-messages": "NODE_ENV=production babel ./src --out-file /dev/null", | ||
"start": "react-scripts start ", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
"name": "homepage_nexpie", | ||
"version": "0.1.0", | ||
"homepage": "", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"babel-plugin-react-intl": "^4.1.3", | ||
"bulma": "^0.7.5", | ||
"node-sass": "^4.12.0", | ||
"node-sass-chokidar": "1.3.5", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.6", | ||
"react-bulma-components": "^3.0.1-6", | ||
"react-country-flag": "^1.0.2", | ||
"react-dom": "^16.8.6", | ||
"react-full-page": "^0.1.7", | ||
"react-full-snap": "^1.0.1", | ||
"react-fully-scrolled": "^1.0.4", | ||
"react-icons": "^3.7.0", | ||
"react-intl": "^2.9.0", | ||
"react-particles-js": "^2.7.0", | ||
"react-redux": "^7.1.0", | ||
"react-router-dom": "^5.0.1", | ||
"react-scripts": "3.0.1", | ||
"redux": "^4.0.4", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"scripts": { | ||
"build-css": "node-sass-chokidar --include-path ./src/scss --include-path ./node_modules src/scss/ -o src/", | ||
"watch-css": "build-css && node-sass-chokidar --include-path ./src/scss --include-path ./node_modules src/scss/ -o src/ --watch --recursive", | ||
"extract-messages": "NODE_ENV=production babel ./src --out-file /dev/null", | ||
"start": "react-scripts start ", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
Please
register
or
sign in
to comment