forked from Team-Tomato/QuestionPaper_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"homepage": "http://teamtomato.tech/",
"name": "teamtomato-qp-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"animate.css": "^3.7.2",
"aos": "^2.3.4",
"bootstrap": "^4.4.1",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"font-awesome": "^4.7.0",
"react": "^16.13.1",
"react-animate-on-scroll": "^2.1.5",
"react-dom": "^16.13.1",
"react-loading": "^2.0.3",
"react-responsive-navbar": "^1.0.11",
"react-router-dom": "^5.1.2",
"react-scripts": "^0.9.5",
"react-typing-animation": "^1.6.2",
"reactstrap": "^8.4.1"
},
"devDependencies": {
"gh-pages": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}