forked from JSOpenSource/devfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 835 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": "devfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel ./index.html",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build ./index.html"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.11.2",
"@reduxjs/toolkit": "^1.5.0",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"reac": "0.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-headroom": "^3.1.0",
"react-hook-form": "^6.13.1",
"react-redux": "^7.2.2",
"react-reveal": "^1.2.2",
"react-typist": "^2.0.5",
"reactstrap": "^8.7.1",
"redux": "^4.0.5",
"src": "^1.1.2"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
"prettier": "2.2.1",
"sass": "^1.30.0"
}
}