-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
62 lines (62 loc) · 2.14 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
{
"name": "build",
"version": "1.0.0",
"description": "default vue build for peregrinecms",
"repository": {
"type": "git",
"url": "https://github.com/headwirecom/themeclean-flex.git",
"directory": "ui.apps"
},
"main": "index.js",
"config": {
"host": "localhost",
"port": "8080"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node node/node_modules/npm run build:styles && node ./src/main/content/buildscripts/buildvue.js themecleanflex",
"build:componentlibrary": "node ./src/main/content/buildscripts/cl.js",
"build:styles": "postcss -c ./postcss.config.js -o ./src/main/content/jcr_root/etc/felibs/themecleanflex/css/build.css ./src/main/content/jcr_root/etc/felibs/themecleanflex/styles.css",
"build:iconsprites": "node ./src/main/content/buildscripts/buildicons.js",
"build:screenshots": "cross-var node src/main/content/buildscripts/validatepage.js http://$npm_package_config_host:$npm_package_config_port/content/themecleanflex/pages /library.html"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@jsonforms/core": "^2.5.0",
"@jsonforms/vue2": "^2.5.0",
"camelcase": "^5.0.0",
"cross-var": "^1.1.0",
"fs-extra": "^7.0.1",
"marked": "^0.7.0",
"puppeteer": "^1.19.0",
"rollup": "^1.1.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-vue": "^4.6.1",
"svg-sprite": "^1.5.0",
"v-lazy-image": "^1.3.2",
"vinyl": "^2.2.0",
"vue": "^2.5.22",
"vue-template-compiler": "^2.5.22"
},
"devDependencies": {
"@analytics/google-analytics": "^0.4.0",
"@analytics/perfumejs": "^0.2.0",
"@fullhuman/postcss-purgecss": "^1.1.0",
"analytics": "^0.5.3",
"perfume.js": "^5.1.0",
"pixelmatch": "^5.0.2",
"pngjs": "^3.4.0",
"postcss": "^7.0.14",
"postcss-cli": "^6.1.2",
"postcss-import": "^12.0.1",
"puppeteer": "^1.19.0",
"purgecss": "^1.2.0",
"rollup-plugin-node-resolve": "^4.2.3",
"tailwindcss": "^1.4.6",
"tailwindcss-aspect-ratio": "^3.0.0",
"tailwindcss-transitions": "^1.0.4",
"vue-carousel": "^0.18.0"
}
}