forked from impress-org/givewp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.76 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
{
"name": "give",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm install && npm run watch",
"dev": "cross-env webpack",
"production": "cross-env NODE_ENV=production webpack",
"build": "npm run production",
"watch": "cross-env webpack --watch",
"lint": "npm run lint:js & npm run lint:scss",
"lint:js": "eslint assets/src/**/*.js blocks/**/*.js",
"lint:scss": "stylelint assets/src/**/*.scss",
"lint:js-fix": "eslint assets/src/**/*.js blocks/**/*.js --fix",
"test": "JEST_PUPPETEER_CONFIG=tests/e2e/jest-puppeteer.config.js jest -c tests/e2e/jest.config.js --runInBand --verbose --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WordImpress/Give.git"
},
"author": "WordImpress, LLC",
"license": "ISC",
"bugs": {
"url": "https://github.com/WordImpress/Give/issues"
},
"homepage": "https://github.com/WordImpress/Give#readme",
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.7",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "3.2.4",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-react": "^7.11.1",
"expose-loader": "latest",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.11",
"imagemin-webpack-plugin": "^1.6.1",
"jest": "^23.5.0",
"jest-puppeteer": "^3.2.1",
"node-sass": "^4.9.3",
"postcss-loader": "^2.1.6",
"puppeteer": "^1.7.0",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"stylelint-config-wordpress": "^12.0.0",
"url-loader": "^0.5.9",
"webpack": "^3.12.0",
"webpack-rtl-plugin": "^1.7.0",
"wp-pot": "^1.6.3"
},
"dependencies": {
"accounting": "latest",
"chosen-js": "^1.8.7",
"clipboard": "^2.0.1",
"eslint-config-wordpress": "^2.0.0",
"float-labels.js": "^3.3.5",
"flot": "^0.8.0-alpha",
"flot-orderbars": "^1.0.0",
"hint.css": "^2.5.0",
"jquery-chosen": "latest",
"jquery.payment": "latest",
"magnific-popup": "latest",
"npm": "^5.7.1",
"query-string": "^5.1.1",
"querystringify": "^1.0.0",
"script-loader": "^0.7.2",
"uiblocker": "latest"
},
"engines": {
"node": "8.9.1",
"npm": "5.5.1"
}
}