-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.38 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
{
"name": "@apostrophecms/import-export",
"version": "2.5.0",
"description": "Import Export Documents for ApostropheCMS",
"main": "index.js",
"scripts": {
"eslint": "eslint --ext .js,.vue .",
"stylelint": "stylelint ui/**/*.{scss,vue}",
"lint": "npm run eslint && npm run stylelint",
"mocha": "mocha",
"test": "npm run lint && mocha --ignore=test/import-page.js && mocha test/import-page.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/import-export.git"
},
"homepage": "https://github.com/apostrophecms/import-export#readme",
"author": "Apostrophe Technologies",
"license": "UNLICENSED",
"devDependencies": {
"apostrophe": "github:apostrophecms/apostrophe",
"eslint": "^8.44.0",
"eslint-config-apostrophe": "^4.2.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"form-data": "^4.0.0",
"mocha": "^10.2.0",
"stylelint": "^16.0.0",
"stylelint-config-apostrophe": "^4.1.0",
"vue-eslint-parser": "^9.3.2"
},
"dependencies": {
"bluebird": "^3.7.2",
"bson": "^6.0.0",
"connect-multiparty": "^2.1.1",
"csv-parse": "^5.5.5",
"csv-stringify": "^6.4.6",
"dayjs": "^1.9.8",
"lodash": "^4.17.21",
"tar-stream": "^3.1.6"
}
}