30 lines
650 B
JSON
30 lines
650 B
JSON
{
|
|
"name": "ski",
|
|
"version": "1.0.0",
|
|
"description": "Ski Photos",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "."
|
|
},
|
|
"author": "Aaron Gutierrez",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/react": "^16.7.18",
|
|
"@types/react-dom": "^16.0.11",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"source-map-loader": "^0.2.4",
|
|
"typescript": "^3.2.2",
|
|
"webpack": "^4.28.2",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-dev-server": "^3.1.14"
|
|
}
|
|
}
|