-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.96 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.96 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
52
53
54
55
56
57
58
{
"name": "iran-react-community",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development node ./express/development.js",
"build": "NODE_ENV=production webpack -p --config webpack.production.config.js --progress --profile --colors",
"prod": "NODE_ENV=production webpack -p --config webpack.production.config.js --progress --profile --colors && node ./express/production.js",
"pm2": "NODE_ENV=production pm2 start ./express/production.js"
},
"author": "iran-react-community",
"license": "ISC",
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^8.3.0",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^0.28.4",
"css-mqpacker": "^6.0.2",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"isomorphic-style-loader": "^4.0.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss": "^6.0.21",
"postcss-apply": "^0.10.0",
"postcss-cssnext": "^3.1.0",
"postcss-custom-properties": "^7.0.0",
"postcss-extend": "^1.0.5",
"postcss-loader": "^2.1.4",
"postcss-nested": "^3.0.0",
"postcss-nested-ancestors": "^2.0.0",
"postcss-partial-import": "^4.1.0",
"postcss-scss": "^1.0.5",
"stats-webpack-plugin": "^0.6.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^2.0.0",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^2.0.6",
"webpack-hot-middleware": "^2.22.1",
"webpack-hot-server-middleware": "^0.5.0"
}
}