-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 978 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
36
37
38
39
40
{
"name": "3dflippingtab",
"version": "1.0.0",
"description": "This is simple Flipping Tab",
"main": "./build/index.js",
"scripts": {
"build": "webpack"
},
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"keywords": [
"Tab",
"FlippingTab",
"imageTab"
],
"repository": {
"type": "git",
"url": "https://github.com/foridpathan/3d-flipping-tab.git"
},
"bugs": {
"url": "https://github.com/foridpathan/3d-flipping-tab/issues"
},
"homepage": "https://github.com/foridpathan/3d-flipping-tab",
"author": "Forid Pathan",
"license": "ISC",
"devDependencies": {
"css-loader": "^3.6.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"style-loader": "^1.3.0"
}
}