forked from briot/geneapro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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": "geneaprove",
"version": "0.1.0",
"private": true,
"dependencies": {
"d3": "~5.14.2",
"react": "~16.12.0",
"react-dom": "~16.12.0",
"react-redux": "~7.1.3",
"react-router-dom": "~5.1.2",
"react-scripts": "~3.3.0",
"react-virtualized": "~9.21.0",
"redux": "~4.0.3",
"redux-logger": "~3.0.6",
"redux-persist": "~4.10.2",
"redux-thunk": "~2.3.0",
"semantic-ui-css": "~2.4.1",
"semantic-ui-react": "~0.88.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"pretty": "prettier --tab-width=3 --write 'src/**/*tsx'",
"test": "(cd backend; ../python_env/bin/python ./manage.py test) && (CI=true react-scripts test --env=jsdom)",
"jstest": "react-scripts test --env=jsdom --watch",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8002",
"devDependencies": {
"@types/d3": "~5.7.2",
"@types/node": "~10.12.30",
"@types/react": "~16.9.17",
"@types/react-dom": "~16.9.4",
"@types/react-redux": "~7.1.3",
"@types/react-router-dom": "~5.1.0",
"@types/react-virtualized": "~9.21.0",
"@typescript-eslint/eslint-plugin": "~2.18.0",
"@typescript-eslint/parser": "~2.18.0",
"jest-dom": "~3.1.3",
"prettier": "1.16.4",
"react-testing-library": "~6.0.0",
"typescript": "~3.7.3",
"typescript-fsa": "~2.5.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}