-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.11 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
{
"name": "sinamon-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint src/**/*.ts[x]",
"workbox": "workbox generateSW workbox-config.js",
"build:production": "yarn build && yarn workbox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swjb-sinamon/sinamon-admin.git"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/swjb-sinamon/sinamon-admin/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"axios": "^0.21.0",
"axios-extensions": "^3.1.3",
"dotenv": "^8.2.0",
"framer-motion": "^2.9.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-json-to-csv": "^1.0.4",
"react-modal": "^3.12.1",
"react-notifications-component": "^3.0.3",
"react-qr-reader": "^2.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"sinamon-sikhye": "^2.0.0",
"styled-components": "^5.2.1",
"sweetalert": "^2.1.2"
},
"devDependencies": {
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-modal": "^3.10.6",
"@types/react-notifications-component": "^2.4.0",
"@types/react-qr-reader": "^2.1.3",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"prettier": "^2.2.1",
"typescript": "~3.7.2",
"workbox-cli": "^5.1.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}