parent
5ebfedf9b9
commit
5996ff2086
@ -0,0 +1,5 @@ |
|||||||
|
# Default ignored files |
||||||
|
/shelf/ |
||||||
|
/workspace.xml |
||||||
|
# Editor-based HTTP Client requests |
||||||
|
/httpRequests/ |
@ -0,0 +1,12 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<module type="WEB_MODULE" version="4"> |
||||||
|
<component name="NewModuleRootManager"> |
||||||
|
<content url="file://$MODULE_DIR$"> |
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.tmp" /> |
||||||
|
<excludeFolder url="file://$MODULE_DIR$/temp" /> |
||||||
|
<excludeFolder url="file://$MODULE_DIR$/tmp" /> |
||||||
|
</content> |
||||||
|
<orderEntry type="inheritedJdk" /> |
||||||
|
<orderEntry type="sourceFolder" forTests="false" /> |
||||||
|
</component> |
||||||
|
</module> |
@ -0,0 +1,8 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project version="4"> |
||||||
|
<component name="ProjectModuleManager"> |
||||||
|
<modules> |
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/craft_site.iml" filepath="$PROJECT_DIR$/.idea/craft_site.iml" /> |
||||||
|
</modules> |
||||||
|
</component> |
||||||
|
</project> |
@ -0,0 +1,6 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project version="4"> |
||||||
|
<component name="VcsDirectoryMappings"> |
||||||
|
<mapping directory="" vcs="Git" /> |
||||||
|
</component> |
||||||
|
</project> |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,25 @@ |
|||||||
|
{ |
||||||
|
"name": "craft_site", |
||||||
|
"version": "1.0.0", |
||||||
|
"description": "", |
||||||
|
"main": "src/index.js", |
||||||
|
"scripts": { |
||||||
|
"test": "echo \"Error: no test specified\" && exit 1", |
||||||
|
"build": "webpack --mode production", |
||||||
|
"dev": "webpack serve --mode development" |
||||||
|
}, |
||||||
|
"keywords": [], |
||||||
|
"author": "", |
||||||
|
"license": "ISC", |
||||||
|
"devDependencies": { |
||||||
|
"clean-webpack-plugin": "^4.0.0", |
||||||
|
"css-loader": "^6.10.0", |
||||||
|
"html-loader": "^5.0.0", |
||||||
|
"html-webpack-plugin": "^5.6.0", |
||||||
|
"mini-css-extract-plugin": "^2.8.1", |
||||||
|
"style-loader": "^3.3.4", |
||||||
|
"webpack": "^5.90.3", |
||||||
|
"webpack-cli": "^5.1.4", |
||||||
|
"webpack-dev-server": "^5.0.4" |
||||||
|
} |
||||||
|
} |
After Width: | Height: | Size: 193 KiB |
Loading…
Reference in new issue