-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·50 lines (50 loc) · 1.3 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "weave-voice-memos",
"version": "0.1.0",
"private": true,
"description": "Weave Voice Memos is a tool for people to take audio notes and store them securely in the blockchain using arweave",
"dependencies": {
"arweave": "^1.4.1",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"jquery": "^3.4.0",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-bootstrap": "^1.0.0-beta.12",
"react-circular-progressbar": "^2.0.2",
"react-dom": "^16.8.4",
"react-epic-spinners": "^0.4.1",
"react-full-screen": "^0.2.4",
"react-loadable": "^5.5.0",
"react-nvd3": "^0.5.7",
"react-perfect-scrollbar": "^1.4.4",
"react-redux": "^6.0.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.0",
"react-window-size": "^1.2.2",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"vmsg": "^0.3.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-to-print": "^2.1.1"
}
}