-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "neonkid-portpolio",
"version": "2.1.0",
"private": true,
"dependencies": {
"@types/jest": "26.0.24",
"@types/react-dom": "17.0.9",
"@types/node": "17.0.39",
"axios": "^0.21.0",
"bootstrap": "^4.3.1",
"bootstrap-validator": "^0.11.9",
"firebase": "^8.0.1",
"i18next": "^21.8.14",
"i18next-browser-languagedetector": "^4.0.2",
"ionicons": "^4.6.4-1",
"isotope-layout": "^3.0.6",
"jquery": "^3.5.0",
"lodash": "^4.17.15",
"mobx": "^5.14.0",
"mobx-react": "^6.1.3",
"moment": "^2.25.3",
"node-sass": "^7.0.2",
"popper.js": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-flag-kit": "0.4.0",
"react-i18next": "^11.3.3",
"react-loader-spinner": "^3.1.14",
"react-moment": "^0.9.6",
"react-scripts": "^4.0.0",
"react-scroll": "^1.7.14",
"react-typed": "^1.2.0",
"snyk": "^1.339.2",
"typescript": "4.7.4",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:css": "node-sass src/ -o src/",
"watch:css": "npm run build:css && node-sass src/ -o src/ --watch --recursive",
"snyk-auth": "snyk auth $SNYK_TOKEN",
"snyk-protect": "snyk protect"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/react": "^10.0.1",
"@types/bootstrap": "^4.3.1",
"@types/bootstrap-validator": "^0.11.2",
"@types/isotope-layout": "^3.0.8",
"@types/lodash": "^4.14.150",
"@types/node-sass": "^4.11.0",
"@types/react-loader-spinner": "^3.1.0",
"@types/react-scroll": "^1.5.4",
"@types/webfontloader": "^1.6.29"
},
"snyk": true
}