forked from TryShape/tryshape
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 906 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
{
"name": "tryshape",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "4.6.0",
"date-fns": "^2.22.1",
"downloadjs": "^1.4.7",
"firebase": "^8.6.7",
"html-to-image": "^1.6.2",
"next": "^10.0.0",
"react": "17.0.1",
"react-bootstrap": "^1.6.1",
"react-clip-path": "^0.0.6",
"react-dom": "17.0.1",
"react-draggable": "^4.4.3",
"react-hot-toast": "^2.0.0",
"react-icons": "^4.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-loader-spinner": "^4.0.0",
"react-switch": "^6.0.0",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.3.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"babel-plugin-transform-assets-import-to-string": "^1.2.0"
}
}