Initial commit
This commit is contained in:
commit
56d40196d6
15 changed files with 490 additions and 0 deletions
33
package.json
Normal file
33
package.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "ayo",
|
||||
"version": "0.1.0",
|
||||
"main": "index.js",
|
||||
"author": "Risselin Corentin",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.7.0",
|
||||
"@babel/core": "^7.7.2",
|
||||
"@babel/preset-env": "^7.7.1",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-inferno": "^6.1.0",
|
||||
"compression-webpack-plugin": "^3.0.0",
|
||||
"inferno": "^7.3.2",
|
||||
"inferno-redux": "^7.3.3",
|
||||
"inferno-router": "^7.3.2",
|
||||
"redux": "^4.0.5",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-cli": "^3.3.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"css-loader": "^3.4.0",
|
||||
"file-loader": "^5.0.2",
|
||||
"style-loader": "^1.1.2",
|
||||
"webpack-dev-server": "^3.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.prod.js",
|
||||
"dev": "webpack --config webpack.dev.js",
|
||||
"start": "node server.js",
|
||||
"start-dev": "webpack-dev-server --config webpack.dev.js"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue