-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "rubynepal.github.io",
"version": "1.0.0",
"description": "Ruby Nepal Official Website",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --mode development",
"watch": "webpack --mode development --watch",
"build": "webpack --mode production --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rubynepal/rubynepal.github.io/issues"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rubynepal/rubynepal.github.io/issues"
},
"homepage": "https://github.com/rubynepal/rubynepal.github.io",
"dependencies": {
"assert": "^2.1.0",
"buffer": "^6.0.3",
"https-browserify": "^1.0.0",
"node-fetch": "^3.3.2",
"node-polyfill-webpack-plugin": "^3.0.0",
"os-browserify": "^0.3.0",
"prop-types": "^15.8.1",
"react": "^18.3.0",
"react-avatar": "^5.0.3",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-player": "^2.16.0",
"react-router-dom": "^6.28.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"core-js-pure": "^3.39.0",
"css-loader": "^7.1.2",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"style-loader": "^4.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}