Almost working isPawned website.

This commit is contained in:
Indrajith K L
2018-07-30 17:25:19 +05:30
commit fe6ac74d50
324 changed files with 11070 additions and 0 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "ispawned",
"version": "1.0.0",
"description": "Is pawned frontend implemented in reac",
"main": "src/index.html",
"scripts": {
"start": "./node_modules/.bin/parcel src/index.html",
"build": "./node_modules/.bin/parcel build src/index.html"
},
"keywords": [
"react",
"ispawned",
"email",
"security"
],
"dependencies": {
"axios": "^0.18.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"vex-js": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.9.7"
},
"author": "Indrajith K L <mac91112@gmail.com>",
"license": "MIT"
}