-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 1.04 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
{
"name": "reporter-for-kirby",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "npx -y kirbyup src/index.js --watch",
"build": "npx -y kirbyup src/index.js",
"test": "vendor/bin/phpunit --testdox --bootstrap vendor/autoload.php tests",
"test:watch": "vendor/bin/phpunit-watcher watch --testdox --bootstrap vendor/autoload.php tests"
},
"posthtml": {
"recognizeSelfClosing": true
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"cssnano": "^4.1.10",
"sass": "^1.21.0",
"semver": "^7.3.4",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@ambimax/semantic-release-composer": "github:ambimax/semantic-release-composer",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3",
"vue-slim-tabs": "^0.3.0",
"vuelidate": "^0.7.4"
}
}