-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "quill-swiper",
"version": "1.0.6",
"description": "swiper for quill",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build:js": "node_modules/.bin/babel src --minified --no-comments --delete-dir-on-start -d dist",
"rename:js": "mv dist/swiperBlot.js dist/index.js",
"build:css": "lessc src/swiperBlot.less dist/index.css",
"build": "npm run build:js && npm run rename:js && npm run build:css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bob2622/quill-swiper.git"
},
"keywords": [
"quill",
"swiper"
],
"author": "pisces2622",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bob2622/quill-swiper/issues"
},
"homepage": "https://github.com/Bob2622/quill-swiper#readme",
"dependencies": {
"axios": "^0.18.0",
"hyperx": "^2.5.4",
"virtual-dom": "^2.1.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"less": "^3.9.0"
}
}