-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.98 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
{
"name": "fe-newmil",
"version": "0.1.6",
"private": true,
"devDependencies": {
"@iconify/react": "^4.0.1",
"@types/ckeditor__ckeditor5-core": "^33.0.3",
"@types/ckeditor__ckeditor5-engine": "^32.0.11",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.56",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-responsive": "^8.0.5",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"craco-alias": "^3.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.7",
"lottie-web": "^5.10.0",
"prettier": "^2.7.1",
"react-intersection-observer": "^9.4.1",
"typescript": "^4.8.2"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^35.3.2",
"@ckeditor/ckeditor5-react": "^5.0.3",
"axios": "^0.27.2",
"craco": "^0.0.3",
"env-cmd": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.37.0",
"react-responsive": "^9.0.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"recoil": "^0.7.5",
"styled-components": "^5.3.5",
"universal-cookie": "^4.0.4"
},
"scripts": {
"dev": "env-cmd -f .env.development craco start",
"prod": "env-cmd -f .env.production craco start",
"build:prod": "env-cmd -f .env.production craco build",
"build:dev": "env-cmd -f .env.development craco build",
"test": "craco test",
"deploy": "git pull origin main && env-cmd -f .env.production craco build && pm2 serve build 7777 --spa"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}