mirror of
https://github.com/danbulant/ester_os
synced 2026-06-16 21:01:02 +00:00
install webpack with typescript
This commit is contained in:
parent
393b189f13
commit
59102a131f
2 changed files with 4380 additions and 27 deletions
4362
client/package-lock.json
generated
Normal file
4362
client/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,35 +1,26 @@
|
|||
{
|
||||
"name": "client",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Client application for Ester OS",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^4.2.4",
|
||||
"@testing-library/react": "^9.3.2",
|
||||
"@testing-library/user-event": "^7.1.2",
|
||||
"mousetrap": "^1.6.5",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"react-scripts": "3.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"start": "echo \"Working on it!\"",
|
||||
"build": "webpack",
|
||||
"dev": "echo \"Working on this!\""
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
"keywords": [],
|
||||
"author": "Daniel Bulant",
|
||||
"license": "GPLv3.0-or-later",
|
||||
"devDependencies": {
|
||||
"css-loader": "^3.4.2",
|
||||
"file-loader": "^5.0.2",
|
||||
"style-loader": "^1.1.3",
|
||||
"ts-loader": "^6.2.1",
|
||||
"typescript": "^3.7.5",
|
||||
"webpack": "^4.41.6",
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
"dependencies": {
|
||||
"copy-webpack-plugin": "^5.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue