-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
{
"name": "ybalexdp.github.io",
"version": "2.0.0",
"description": "",
"scripts": {
"build": "vite build",
"dev": "vite",
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "npm run build",
"deploy": "gh-pages -d ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ybalexdp/ybalexdp.github.io.git"
},
"author": "ybalexdp",
"license": "ISC",
"bugs": {
"url": "https://github.com/ybalexdp/ybalexdp.github.io/issues"
},
"homepage": "https://ybalexbp.github.io/ybalexdp.github.io",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"gh-pages": "^6.1.1",
"prettier": "^1.19.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"stylelint": "^13.2.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.14.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-vue2": "^2.0.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"acorn": "^7.1.1",
"babel-plugin-react-html-attrs": "^2.1.0",
"minimist": "^1.2.5",
"prettier-stylelint": "^0.4.2",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"stylelint-config-standard": "^20.0.0"
}
}