forked from RubyNepal/rubynepal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 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
{
"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"
},
"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": {
"react": "^16.10.1",
"react-avatar": "^3.7.0",
"react-dom": "^16.10.2",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.2.0",
"eslint": "6.x",
"eslint-plugin-react": "^7.16.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
}
}