-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.24 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 4.24 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "admin-web",
"version": "0.0.1",
"description": "Scorum admin web",
"main": "app.jsx",
"repository": "git@github.com:scorum/blog-admin-web.git",
"author": "",
"license": "MIT",
"scripts": {
"test": "jest -c ./jest.config.js --colors",
"test:coverage": "jest -c ./jest.config.js --coverage --colors",
"clean": "node ./resources/yarn/clean",
"lint:js": "eslint --ext js src server --ignore-pattern src/**/*test.js --ignore-pattern src/stubs/*",
"lint:jsx": "eslint --ext jsx src --ignore-pattern src/**/*test.jsx",
"lint:scss": "sass-lint -c .scss-lint.yml -v",
"linters": "yarn lint:jsx && yarn lint:js && yarn lint:scss",
"build:dev": "PROJECT_ENV=dev webpack --config ./resources/webpack/prod.webpack.config.js -d",
"build:staging": "PROJECT_ENV=staging webpack --config ./resources/webpack/prod.webpack.config.js -p",
"build:release": "PROJECT_ENV=release webpack --config ./resources/webpack/prod.webpack.config.js -p",
"build:production": "webpack --config ./resources/webpack/prod.webpack.config.js -p",
"start": "cross-env PROJECT_ENV=local webpack-dev-server -d --config ./resources/webpack/dev.webpack.config.js --port 8087 --host 0.0.0.0",
"prepush": "yarn lint:jsx && yarn lint:js && yarn lint:scss",
"start-server": "node ./server/server",
"build:server": "webpack --config ./resources/webpack/server.webpack.config.js -p"
},
"dependencies": {
"@scorum/theme-bootstrap": "1.0.32",
"@scorum/scorum-side-js": "1.20.0",
"babel-plugin-module-resolver": "3.1.0",
"babel-plugin-ramda": "1.4.3",
"babel-polyfill": "6.26.0",
"body-parser": "1.18.2",
"bootstrap": "4.0.0",
"classnames": "2.2.5",
"cookie-parser": "1.4.3",
"dateformat": "3.0.3",
"debug": "3.1.0",
"ejs": "2.5.7",
"express": "4.16.3",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.1.0",
"morgan": "1.9.0",
"node-sass": "4.7.2",
"prop-types": "15.6.1",
"ramda": "0.25.0",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-helmet": "5.2.0",
"react-intl": "2.4.0",
"react-redux": "5.0.7",
"react-responsive": "4.0.5",
"react-router-config": "1.0.0-beta.4",
"react-router-dom": "4.2.2",
"react-sortable-hoc": "0.8.3",
"reactstrap": "5.0.0",
"redux": "3.7.2",
"redux-actions": "2.3.0",
"redux-logger": "3.0.6",
"redux-observable": "0.18.0",
"rxjs": "5.5.7",
"sass-loader": "6.0.7",
"sass-resources-loader": "1.3.3",
"sass-variable-loader": "0.1.2",
"serve-favicon": "2.4.5",
"store": "2.0.12",
"url-loader": "1.0.1",
"validator": "9.4.1",
"webpack": "4.1.1",
"yaml-jest": "1.0.5",
"yml-loader": "2.1.0"
},
"devDependencies": {
"autoprefixer": "8.2.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.4.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-require-ignore": "0.1.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-es2017": "6.24.1",
"babel-preset-react": "6.24.1",
"chunk-manifest-webpack-plugin": "1.1.2",
"copy-webpack-plugin": "4.5.1",
"cross-env": "5.1.4",
"css-loader": "0.28.11",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.3",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-import-resolver-babel-module": "4.0.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.7.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"husky": "0.14.3",
"jest": "22.4.3",
"postcss-loader": "2.1.3",
"precss": "3.1.2",
"redux-mock-store": "1.5.1",
"resolve-url-loader": "2.3.0",
"rimraf": "2.6.2",
"sass-lint": "1.12.1",
"style-loader": "0.20.3",
"webpack-bundle-analyzer": "2.11.1",
"webpack-cli": "2.0.13",
"webpack-dev-server": "3.1.1",
"webpack-manifest-plugin": "2.0.0-rc.2",
"webpack-md5-hash": "0.0.6"
}
}