-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "graffiti_wall",
"version": "1.0.0",
"description": "Submission for MB JavaScript Hacks: Graffiti Wall",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nateychau/graffiti_wall.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nateychau/graffiti_wall/issues"
},
"homepage": "https://nateychau.github.io/graffiti_wall/index",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"babel-loader": "^8.1.0",
"gh-pages": "^3.1.0",
"html2canvas": "^1.0.0-rc.7",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}