-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.84 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "littok",
"private": true,
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"bootstrap": "^4.5.0",
"create-react-class": "^15.6.3",
"firebase": "^7.19.1",
"jquery": "^1.9.1",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-dropdown": "^1.7.0",
"react-dropzone": "^11.0.2",
"react-file-dropzone": "^0.4.1",
"react-modal": "^3.11.2",
"react-player": "^2.6.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-waypoint": "^9.0.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"description": "LitTok the TikTok clone, is a social media app that lets users watch and create short 1 minute video clips that can be liked, commented on and shared with other users.",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --mode=development --watch",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielGuardado/TikTak.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanielGuardado/TikTak/issues"
},
"homepage": "https://github.com/DanielGuardado/TikTak#readme",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"css-loader": "^4.0.0",
"file-loader": "^6.0.0",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2"
},
"engines": {
"node": "10.13.0",
"npm": "6.4.1"
}
}