-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.7 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
51
{
"name": "react-v4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"format": "prettier --write \"src/**/*.{js,jsx,css,json}\" ",
"format:check": "prettier --list-different \"src/**/*.{js,jsx,css,json}\" ",
"lint": "eslint \"src/**/*.{js,jsx}\"",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html",
"build": "parcel build src/index.html --no-source-maps --out-dir dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.11.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.12.0",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.12.4",
"prettier": "^1.15.3",
"sass": "^1.17.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.16",
"@fortawesome/free-solid-svg-icons": "^5.8.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@reach/router": "^1.2.1",
"axios": "^0.18.1",
"bootstrap": "^4.3.1",
"formik": "^2.0.6",
"i": "^0.3.6",
"moment": "^2.24.0",
"npm": "^6.13.2",
"petfinder-client": "0.0.3",
"react": "^16.8.0",
"react-bootstrap": "^1.0.0-beta.5",
"react-dom": "^16.7.0",
"ws": "^7.1.2"
}
}