-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.45 KB
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
{
"name": "winiskapi",
"version": "0.0.1",
"description": "Winiskapi, a personal CRM",
"main": "index.js",
"scripts": {
"start": "webpack --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"proxy": "localhost:5000",
"keywords": [],
"author": "shorian",
"license": "",
"dependencies": {
"@popperjs/core": "^2.11.5",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-formal": "^2.5.0",
"react-widgets": "^5.8.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.9",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"eslint": "^8.13.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss-loader": "^7.0.0",
"prettier": "^2.6.2",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"stylelint": "^14.8.5",
"stylelint-config-twbs-bootstrap": "^4.0.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}