-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.75 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
{
"name": "test-project-3",
"version": "0.1.0",
"main": "index.js",
"homepage": "https://mohammadjavadnouri.github.io/test-project-3",
"author": "MJNouri",
"license": "MIT",
"private": true,
"dependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-loader": "7.1.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-env": "1.5.2",
"babel-preset-react": "6.24.1",
"bootstrap": "4.5.2",
"css-loader": "0.28.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "6.2.0",
"live-server": "^1.2.0",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"normalize.css": "^8.0.1",
"react": "16.13.1",
"react-bootstrap": "1.3.0",
"react-dom": "16.13.1",
"react-modal": "2.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"sass-loader": "6.0.6",
"scss-loader": "0.0.1",
"style-loader": "0.18.2",
"url-loader": "^4.1.1",
"validator": "^13.5.1",
"vazir-font": "^27.1.0",
"webpack": "3.1.0",
"webpack-cli": "4.2.0",
"webpack-dev-server": "2.5.1"
},
"scripts": {
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"serve": "live-server public/",
"build:dev": "webpack",
"build:prod": "webpack -p --env production",
"dev-server": "webpack-dev-server",
"test": "jest --config=jest.config.json"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}