forked from moderntribe/panel-builder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
143 lines (143 loc) · 4.2 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "panel-builder",
"version": "3.3.1",
"description": "Modern Tribe's modular content page builder.",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/moderntribe/panel-builder"
},
"engines": {
"node": "6.9.4",
"npm": "3.10.10"
},
"scripts": {
"start": "yarn install && npm run dev",
"bundle": "cross-env NODE_ENV=production webpack -p --progress",
"dev": "cross-env NODE_ENV=development node server.js",
"lint": "eslint ./ui/src || exit 0",
"dist": "yarn install && yarn test && yarn lint && yarn bundle",
"test": "jest -i",
"test:watch": "npm test -- --watch"
},
"dependencies": {
"autobind-decorator": "^1.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"deep-assign": "^2.0.0",
"delegate": "^3.0.1",
"enzyme": "^2.7.1",
"escape-html": "^1.0.3",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "^2.1.0",
"gsap": "^1.19.1",
"jquery": "^2.2.0",
"jquery-param": "^0.2.0",
"lodash": "^4.17.4",
"lost": "^7.1.1",
"moment": "^2.17.1",
"node-polyglot": "^2.0.0",
"postcss-aspect-ratio": "^1.0.0",
"postcss-color-function": "^2.0.1",
"postcss-cssnext": "^2.9.0",
"postcss-custom-media": "^5.0.1",
"postcss-functions": "^2.1.0",
"postcss-import": "^9.0.0",
"postcss-inline-comment": "^3.0.0",
"postcss-inline-svg": "^2.3.0",
"postcss-loader": "^1.2.1",
"postcss-mixins": "^5.4.0",
"postcss-nested": "^1.0.0",
"postcss-partial-import": "^3.0.1",
"postcss-quantity-queries": "^0.4.0",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-color": "^2.11.7",
"react-datepicker": "^0.40.0",
"react-dom": "^15.4.1",
"react-hot-loader": "^3.0.0-beta.6",
"react-modal": "^1.6.5",
"react-redux": "^5.0.1",
"react-select-plus": "1.0.0-rc.3.patch1",
"react-sortablejs": "1.3.1",
"react-tooltip": "^3.0.13",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.0.1",
"sinon": "^2.2.0",
"sortablejs": "1.6.1",
"striptags": "2.2.1",
"superagent": "^2.0.0",
"sweet-scroll": "^1.0.3",
"tinycolor2": "^1.4.1",
"verge": "^1.9.1",
"webpack": "2",
"webpack-dev-server": "2",
"wpautop": "^0.2.2",
"yargs": "^4.6.0",
"zenscroll": "4.0.0"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"babel-core": "^6.24.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-loader": "^7.0.0",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.22.0",
"concurrently": "^3.1.0",
"cross-env": "^5.0.1",
"css-loader": "^0.26.1",
"cssnano": "^3.9.1",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"exports-loader": "^0.6.3",
"file-loader": "^0.10.0",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^0.7.0",
"jest": "^18.1.0",
"jest-cli": "^18.1.0",
"json-loader": "^0.5.4",
"json-server": "^0.9.4",
"nyc": "^10.0.0",
"react-addons-test-utils": "^15.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
},
"jest": {
"collectCoverage": true,
"coverageDirectory": "<rootDir>/ui/test/__coverage__",
"coverageReporters": [
"json",
"lcov",
"text-summary"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/ui/test/__mocks__/fileMock.js",
"\\.(css|less|pcss)$": "identity-obj-proxy"
},
"modulePaths": [
"<rootDir>/ui/src",
"<rootDir>/ui/test"
],
"setupFiles": [
"<rootDir>/ui/test/setup.js"
],
"testPathDirs": [
"<rootDir>/ui/test"
],
"testRegex": "test/tests/.*\\.spec\\.js$"
}
}