-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
57 lines (57 loc) · 1.73 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
{
"name": "Timeline-Express",
"title": "Timeline Express",
"version": "1.8.1",
"tested_up_to": "5.4",
"description": "Build beautiful, animated CSS3 timelines on your WordPress site.",
"main": "index.js",
"scripts": {
"version": "grunt 'Run all development tasks.' && git add -A .",
"postversion": "git push && git push --tags",
"dev": "cross-env BABEL_ENV=default webpack",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack"
},
"bugs": {
"url": "https://github.com/EvanHerman/Timeline-Express/issues"
},
"author": "Code Parrots",
"site": "https://www.wp-timelineexpress.com",
"license": "GPLv2",
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"grunt-auto-install": "^0.2.4",
"grunt-banner": "^0.6.0",
"grunt-bump": "^0.7.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-cssjanus": "~0.3.2",
"grunt-menu": "^1.0.2",
"grunt-po2mo": "^0.1.2",
"grunt-postcss": "^0.5.0",
"grunt-prompt": "^1.3.3",
"grunt-replace": "^1.0.1",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-deploy": "^1.3.0",
"grunt-wp-i18n": "^0.5.4",
"matchdep": "^1.0.1",
"@wordpress/babel-preset-default": "^1.3.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"extract-text-webpack-plugin": "^3.0.2",
"postcss-loader": "^2.1.6",
"raw-loader": "^0.5.1",
"webpack": "^3.12.0"
}
}