-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "gallery-website",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"server": "live-server public/",
"build": "webpack",
"start": "webpack serve --mode development localhost --port 9000 --open",
"lint": "eslint"
},
"dependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@react-native-firebase/app": "^10.4.0",
"babel-loader": "^8.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"css-loader": "^5.0.1",
"firebase": "^8.2.1",
"firebaseui": "^4.7.1",
"history": "^5.0.0",
"live-server": "^1.2.1",
"node-sass": "^5.0.0",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-grid-layout": "^1.2.0",
"react-modal": "^3.11.2",
"react-router-dom": "^5.2.0",
"redux-thunk": "^2.3.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"validator": "^13.1.17",
"webpack": "^5.5.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-plugin-react": "^7.22.0"
}
}