forked from delipress/delipress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.22 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
{
"name": "delipress",
"version": "1.0.0",
"description": "Plugin WordPress Newsletter",
"private": true,
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Thomas DENEULIN, Maxime BERNARD-JACQUET, Thierry LE MOULEC",
"license": "ISC",
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"autoprefixer": "^7.0.1",
"babel-brunch": "^6.0.0",
"babel-jest": "^18.0.0",
"babel-preset-es2015": "^6.3.0",
"babel-preset-react": "^6.3.0",
"babel-preset-stage-0": "^6.5.0",
"bower": "^1.2.0",
"browser-sync-brunch": "^0.0.9",
"brunch": "^2.10.0",
"clean-css-brunch": "^2.0.0",
"coffee-script": "^1.10.0",
"coffee-script-brunch": "^1.7.2",
"css-brunch": "^2.0.0",
"grunt": "^0.4.5",
"grunt-checktextdomain": "^1.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "latest",
"grunt-exec": "~0.4.5",
"grunt-potomo": "~3.2.0",
"grunt-wp-i18n": "~0.5.0",
"javascript-brunch": "^2.0.0",
"jest": "^18.0.0",
"load-grunt-tasks": "~0.2.0",
"postcss-brunch": "^2.0.5",
"postcss-import": "^9.1.0",
"postcss-modules": "^0.6.4",
"pubsub-js": "^1.5.4",
"react-test-renderer": "^15.4.0",
"redux-devtools": "^3.3.0",
"redux-devtools-dock-monitor": "^1.1.0",
"redux-devtools-log-monitor": "^1.2.0",
"redux-logger": "^2.8.0",
"redux-mock-store": "^1.2.1",
"stylus-brunch": "^2.8.0",
"uglify-js-brunch": "^2.0.0"
},
"dependencies": {
"animejs": "^2.0.2",
"axios": "^0.15.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"buffer": "^5.0.6",
"classnames": "^2.2.5",
"clipboard": "^1.7.1",
"custom-event-polyfill": "^0.3.0",
"deepmerge": "^1.3.2",
"dotenv": "^4.0.0",
"history": "^2.1.0",
"lodash": ">=4.17.5",
"mjml": "^3.3.0",
"moment": "^2.14.1",
"preact": "^7.2.1",
"prop-types": "^15.5.8",
"react": "^15.4.1",
"react-color": "^2.4.3",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.4.1",
"react-input-range": "^1.1.2",
"react-promise": "^1.1.1",
"react-pure-render": "^1.0.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.4",
"react-select": "^1.0.0-rc.3",
"reactcss": "^1.1.0",
"redux": "^3.5.2",
"redux-axios-middleware": "^3.0.0",
"redux-router": "^2.1.2",
"redux-thunk": "^2.1.0",
"tooltip.js": "^1.1.4",
"underscore": "^1.8.3",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
},
"jest": {
"collectCoverage": true,
"testPathIgnorePatterns": [
"alloyeditor",
"node_modules",
"bower_components"
],
"moduleDirectories": [
"node_modules",
"app"
]
}
}