-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.25 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
{
"name": "ui-pages",
"version": "1.0.0",
"description": "Package Management",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass --output-style nested --indent-type space --indent-width 4 -r -o src/public/css/pagekit src/resources/assets && notify -t 'SCSS Compiled' -m 'Completed' ",
"autoprefixer": "postcss -u autoprefixer -r /src/public/css/pagekit/*.css",
"fonts": "cp -R node_modules/typicons.font/src/font src/public/vendor/typicons",
"animatecss": "cp -R node_modules/animate.css/animate.css src/public/vendor",
"font-awesome": "cp -R node_modules/font-awesome src/public/vendor/font-awesome",
"copy:aos": "cp -R node_modules/aos/dist src/public/vendor/aos/",
"setup": "npm run fonts && npm run animatecss && npm run font-awesome && npm run copy:aos",
"watch:css": "onchange 'src/resources/assets/**/*.scss' -- npm run scss",
"images": "imagemin images/bg/* --out-dir=src/public/img/bg -p",
"gulp": "gulp copy:fonts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shawnsandy/ui-pages.git"
},
"keywords": [
"Laravel",
"ui-pages"
],
"author": "shawn sandy <shawnsandy04@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shawnsandy/ui-pages/issues"
},
"homepage": "https://github.com/shawnsandy/ui-pages#readme",
"devDependencies": {
"aos": "^2.0.4",
"autoprefixer": "^6.4.0",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-imagemin": "^3.0.3",
"imagemin": "^5.2.2",
"imagemin-cli": "^3.0.0",
"laravel-elixir-vueify": "^2.0.0",
"node-sass": "^3.8.0",
"onchange": "^3.0.0",
"postcss-cli": "^2.5.2",
"typicons.font": "^2.0.7"
},
"dependencies": {
"bourbon": "^4.2.7",
"grunticon-lib": "^1.2.1",
"gulp-changed": "^1.3.2",
"gulp-imagemin": "^3.1.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^3.0.0",
"node-notifier": "^4.6.1",
"node-sass": "^3.10.1",
"toastr": "^2.1.2",
"underscore": "^1.8.3"
}
}