Commit b328491b authored by Георгий Попов's avatar Георгий Попов Committed by George Popoff

Подключил npm, добавил node_modules в .gitignore, добавил в зависимости webpack

parent 2fe15548
...@@ -21,6 +21,8 @@ user_guide_src/cilexer/pycilexer.egg-info/* ...@@ -21,6 +21,8 @@ user_guide_src/cilexer/pycilexer.egg-info/*
/nbproject/ /nbproject/
.idea/* .idea/*
node_modules/
## Sublime Text cache files ## Sublime Text cache files
*.tmlanguage.cache *.tmlanguage.cache
*.tmPreferences.cache *.tmPreferences.cache
......
{
"name": "etersoft-typos-cp",
"description": "Control Panel for Etersoft Typos Service",
"repository": "git@gitlab.eterfund.ru:eterfund/typoservice.git",
"version": "0.0.1",
"private": true,
"dependencies": {},
"devDependencies": {
"webpack": "^4.4.1"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment