forked from RohanG0407/yourBubble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "yourBubble",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js --open Safari --host 0.0.0.0",
"build": "webpack --config webpack.config.js",
"deploy": "rm -rf dist/ && npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RohanG0407/yourBubble.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RohanG0407/yourBubble/issues"
},
"homepage": "https://rohang0407.github.io/yourBubble/",
"dependencies": {
"@barba/core": "^2.9.7",
"@barba/prefetch": "^2.1.10",
"firebase": "^8.2.0",
"gh-pages": "^3.1.0",
"gsap": "^3.5.1",
"mapbox-gl": "^2.0.0",
"matter-js": "^0.14.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"coffeescript": "^2.5.1",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"ttf-loader": "^1.0.2",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}