Initial checkin

This commit is contained in:
CheddarCrisp 2020-02-01 12:16:09 -05:00
parent 260fdfc0a2
commit aace75679a
12 changed files with 5726 additions and 1 deletions

20
package.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "ncounter",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server --open"
},
"author": "",
"license": "MIT",
"devDependencies": {
"svelte": "^3.4.1",
"svelte-loader": "^2.13.4",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
}
}