forked from Telos-Canton/telosfoundation-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 933 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": "telos-v3",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"react": "^16.4.1",
"react-animate-on-scroll": "^2.1.5",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-input-autosize": "^2.2.1",
"react-modal-image": "^2.4.0",
"react-redux": "^5.0.7",
"react-reveal": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"react-slick": "^0.23.1",
"react-tag-input": "^5.2.3",
"react-tagsinput": "^3.19.0",
"react-transition-group": "^2.4.0",
"redux": "^4.0.0",
"redux-promise": "^0.6.0",
"remarkable": "^1.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [],
"devDependencies": {}
}