-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 949 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 949 Bytes
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": "portfolio",
"version": "0.1.1",
"private": true,
"devDependencies": {
"react-scripts": "^4.0.3"
},
"dependencies": {
"@angular/core": "^6.0.9",
"classnames": "^2.3.1",
"eslint": "^7.5",
"is-mobile": "^3.0.0",
"lodash": "^4.17.21",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "5.3.0",
"react-typist": "^2.0.5",
"rxjs": "^6.0.0",
"thevisual-newtongue": "file:./local_modules/thevisual-newtongue",
"typescript": "^4.4.4",
"zone.js": "~0.8.26"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}