forked from BrendaOrtega/tienda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 824 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
{
"name": "tienda",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^2.13.11",
"antd-init": "^2.0.6",
"firebase": "^4.8.0",
"font-awesome": "^4.7.0",
"owl.carousel": "^2.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-fontawesome": "^1.6.1",
"react-owl-carousel": "^2.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-scroll-parallax": "^1.2.0",
"react-scrollreveal": "^1.1.2",
"react-tilt": "^0.1.4",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"toastr": "^2.1.4",
"vanilla-tilt": "^1.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}