-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.32 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.32 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
{
"name": "extpoint-yii2",
"version": "2.0.6",
"description": "JavaScript part for projects on ExtPoint Yii2 Boilerplate and yii2-core",
"main": "index.js",
"author": "Vladimir Kozhin <affka@affka.ru>",
"repository": {
"type": "git",
"url": "https://github.com/extpoint/yii2-frontend"
},
"keywords": [
"extpoint",
"yii2",
"boilerplate",
"frontend"
],
"license": "MIT",
"homepage": "https://github.com/extpoint/yii2-frontend",
"bugs": {
"url": "https://github.com/extpoint/yii2-frontend/issues"
},
"dependencies": {
"bootstrap": "^3.3.7",
"ckeditor": "=4.7.3",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.10",
"domready": "^1.0.8",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"fileup-core": "^1.1.2",
"fileup-redux": "^1.1.3",
"html-webpack-plugin": "^3.0.6",
"intl-messageformat": "^2.2.0",
"js-cookie": "^2.2.0",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"load-js": "^3.0.2",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"node-sass": "^4.8.2",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-click-outside": "^3.0.1",
"react-datepicker": "^1.2.2",
"react-dom": "^16.2.0",
"react-google-recaptcha": "^0.12.0",
"react-hot-loader": "^4.0.0",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-webpack-plugin": "^0.10.3",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.2",
"jquery": "^2.2.0",
"react-async-script": "^0.9.1",
"react-bootstrap": "^0.31.3",
"raw-loader": "^0.5.1",
"file-loader": "^0.11.2"
}
}