forked from barraponto/impressoras-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 919 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 919 Bytes
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": "impressoras-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.5.3",
"bootstrap-icons": "^1.1.0",
"js-video-url-parser": "^0.4.3",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-markdown": "^5.0.3",
"react-moment": "^1.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"remark-gfm": "^1.0.0",
"unist-util-select": "^3.0.2"
},
"scripts": {
"now-build": "react-scripts build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jest": "^24.1.3",
"prettier": "^2.1.2"
}
}