-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
94 lines (94 loc) · 2.79 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "opojs.com",
"version": "0.1.0",
"description": "https://opojs.com",
"scripts": {
"lint": "./bin/lint",
"build": "./bin/build",
"build:dev": "./bin/build dev",
"build:prod": "./bin/build prod",
"start": "./bin/server",
"pm2": "pm2-docker -i 2 start bin/server",
"start:dev": "./bin/server-dev",
"precommit": "./bin/lint",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "[email protected]:opojs/opojs.com"
},
"keywords": [
"react",
"web-app",
"web",
"www"
],
"author": "André Cruz <[email protected]>",
"license": "MIT",
"bugs": "https://github.com/opojs/opojs.com/issues",
"homepage": "https://github.com/opojs/opojs.com",
"dependencies": {
"babel-polyfill": "^6.23.0",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"dom4": "^1.8.3",
"express": "^4.14.1",
"internal-ip": "^1.2.0",
"lodash": "^4.17.4",
"nprogress": "^0.2.0",
"pify": "^2.3.0",
"planify": "^1.5.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-helmet": "^4.0.0",
"react-router": "^3.0.2",
"react-router-scroll": "^0.4.1",
"svg-inline-react": "^1.0.3",
"svgxuse": "^1.2.1",
"yargs": "^6.6.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-dynamic-import-node": "^1.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-react-constant-elements": "^6.22.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.3.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"case-sensitive-paths-webpack-plugin": "^1.1.4",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-config-moxy": "^1.3.0",
"eslint-plugin-react": "^6.9.0",
"eventsource-polyfill": "^0.9.6",
"external-svg-sprite-loader": "^2.0.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"husky": "^0.13.1",
"postcss-css-variables": "^0.6.0",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.2.2",
"postcss-mixins": "^5.4.1",
"preprocess-loader": "^0.2.0",
"raw-loader": "^0.5.1",
"react-hot-loader": "^3.0.0-beta.6",
"rimraf": "^2.5.4",
"skip-loader": "^1.0.0",
"style-loader": "git://github.com/bendytree/style-loader.git#4f9f4494184f3b8a427a381249eb0e09f3787768",
"stylelint": "^7.8.0",
"stylelint-config-moxy": "^2.0.0",
"svg-css-modules-loader": "^1.3.0",
"svgo-loader": "^1.1.2",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1"
},
"engines": {
"node": ">=4.0.0"
}
}