-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "@zawias-pro/vauquelin",
"version": "0.1.0",
"license": "MIT",
"engines": {
"node": "^10.15.1"
},
"dependencies": {
"@types/uuid": "^3.4.4",
"express": "^4.16.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"@material-ui/core": "^3.9.2",
"@types/enzyme": "^3.9.1",
"@types/jest": "24.0.11",
"@types/lodash": "^4.14.123",
"@types/material-ui": "^0.21.6",
"@types/node": "^11.11.4",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"enzyme": "^3.9.0",
"i18next": "^15.0.7",
"lodash": "^4.17.11",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-i18next": "^10.5.2",
"react-scripts": "2.1.8",
"rxjs": "^6.4.0",
"tslint": "^5.14.0",
"tslint-react": "^3.6.0",
"typescript": "3.3.4000"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "tslint --project ."
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}