-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 933 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
32
33
34
35
{
"name": "twitter-clone",
"version": "1.0.0",
"description": "Twitter Clone made with WebComponents",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start:dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/time2hack/twitter-clone.git"
},
"keywords": [],
"author": "Pankaj Patel (http://pankaj.pro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/time2hack/twitter-clone/issues"
},
"homepage": "https://github.com/time2hack/twitter-clone#readme",
"dependencies": {
"@webcomponents/webcomponentsjs": "^1.0.22"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.3.0",
"html-webpack-plugin": "^5.5.0",
"raw-loader": "^0.5.1",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^3.11.3"
}
}