-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
30 lines (30 loc) · 969 Bytes
/
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
{
"name": "f7-welcomescreen",
"version": "3.0.10",
"description": "This Framework7 plugin will guide the user through a tour of your app.",
"main": "index.js",
"scripts": {
"clean": "rm -Rf dist",
"build": "yarn clean && mkdir dist && babel index.js --out-file dist/f7-welcomescreen.min.js && css-minify -f styles.css -o dist && mv dist/styles.min.css dist/f7-welcomescreen.min.css"
},
"repository": {
"type": "git",
"url": "https://github.com/valnub/Framework7-Plugin-Welcomescreen.git"
},
"author": "Timo Ernst",
"license": "MIT",
"bugs": {
"url": "https://github.com/valnub/Framework7-Plugin-Welcomescreen/issues"
},
"homepage": "https://github.com/valnub/Framework7-Plugin-Welcomescreen",
"dependencies": {
"css-minify": "^2.0.0",
"swiper": "^6.8.1",
"template7": "^1.4.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.5.1"
}
}