-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "mdnotes2",
"version": "0.1.0",
"private": true,
"author": {
"name": "Rafael Poveda",
"email": "[email protected]"
},
"dependencies": {
"classnames": "^2.2.5",
"codemirror": "^5.33.0",
"date-fns": "^1.29.0",
"firebase": "^4.8.1",
"lodash": "^4.17.4",
"marked": "^0.3.9",
"react": "^16.2.0",
"react-codemirror2": "^3.0.7",
"react-dom": "^16.2.0",
"react-markdown": "^3.1.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"semantic-ui-css": "^2.2.12",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && firebase deploy",
"lint": "eslint ./src --fix"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
}
}