-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 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
{
"name": "data_visualizing",
"version": "0.1.0",
"private": true,
"dependencies": {
"d3": "^4.9.1",
"marked": "^0.3.6",
"memory-fs": "^0.4.1",
"react": "^15.6.1",
"react-d3-basic": "^1.6.11",
"react-d3-tooltip": "^1.4.14",
"react-dom": "^15.6.1",
"react-markdown": "^2.5.0",
"semantic-ui-css": "^2.2.11",
"semantic-ui-react": "^0.71.0",
"styled-components": "^2.1.1"
},
"devDependencies": {
"eslint": "4.2.0",
"eslint-config-airbnb": "15.0.2",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-standard": "3.0.1",
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint -c ./.eslintrc.yml --ext .jsx ./src",
"lintfix": "eslint -c ./.eslintrc.yml --ext .jsx --fix ./src"
}
}