-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "symfony-blog-iz",
"version": "1.0.0",
"license": "MIT",
"browserslist": [
"last 1 version",
"not dead",
"> 0.2%"
],
"scripts": {
"commit": "git-cz",
"dump-server": "dump-browser --run-dump",
"best-dev-server-in-the-world": "encore dev --watch"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/release-notes-generator": "^7.1.4",
"@symfony/webpack-encore": "^0.22.2",
"commitizen": "^3.0.7",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"semantic-release": "^15.13.3",
"symfony-cli-make": "^1.0.3",
"symfony-entity-analyzer": "^1.0.0",
"symfony-server-dump-live": "^1.0.0",
"symfony-var-dumper-browser": "^1.0.1",
"ts-loader": "^5.3.1",
"typescript": "^3.2.2",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.21",
"webpack-notifier": "^1.7.0"
},
"dependencies": {
"algoliasearch": "^3.32.0",
"bootstrap-vue": "^2.0.0-rc.11",
"highlight.js": "^9.13.1",
"instantsearch.css": "^7.1.0",
"tiptap": "^1.4.0",
"tiptap-extensions": "^1.4.0",
"vue": "^2.5.21",
"vue-instantsearch": "^2.0.0-beta.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}