-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 936 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
{
"name": "synchro-db-client",
"version": "0.0.1",
"description": "Synchronization app for db's",
"main": "./src/index.js",
"repository": "https://github.com/titanve/synchro-db-client.git",
"author": "Rafael Mora <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "./node_modules/.bin/parcel ./src/index.html",
"build": "./node_modules/.bin/parcel ./src/index.html"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.2.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"parcel-bundler": "^1.9.7",
"prettier": "^1.14.0"
},
"dependencies": {
"@atlaskit/css-reset": "^3.0.0",
"babel-preset-react": "^6.24.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"styled-components": "^3.3.3"
}
}