-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1011 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
36
{
"name": "handy505",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "parcel src/index.html",
"build": "parcel build src/index.html --public-url ./"
},
"author": "Joel Xavier Rocha <joelxr@gmail.com>",
"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.12.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"parcel-bundler": "^1.11.0",
"prettier": "^1.15.3",
"sass": "^1.15.3"
},
"dependencies": {
"@reach/router": "^1.2.1",
"axios": "^0.18.0",
"eva-icons": "^1.1.1",
"nes.css": "^1.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-lazy-load-image-component": "^1.2.1"
}
}