-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 889 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
{
"name": "comercio-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@peterbee/react-singleton": "git+https://github.com/peterbee/react-singleton.git",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"autoprefixer": "9.8.6",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"lodash.clonedeep": "^4.5.0",
"next": "^10.0.1",
"next-cookie": "^2.5.0",
"postcss-import": "^12.0.1",
"pure-react-carousel": "^1.27.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-slick": "^0.27.13",
"slick-carousel": "^1.8.1",
"tailwindcss": "^1.9.6",
"typescript": "^4.0.5"
},
"devDependencies": {},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "",
"license": "ISC"
}