-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
63 lines (63 loc) · 1.68 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
63
{
"private": true,
"name": "slate-vue-packages",
"workspaces": [
"packages/*"
],
"repository": {
"url": "https://github.com/marsprince/slate-vue"
},
"scripts": {
"build": "rollup --config ./config/rollup/rollup.config.js",
"serve": "webpack serve --config ./config/webpack/site/webpack.dev.conf.js",
"release:site": "webpack --config ./config/webpack/site/webpack.publish.conf.js",
"watch": "yarn build --watch",
"start": "npm-run-all --parallel --print-label watch serve",
"commit": "rz-commit",
"release": "shipjs prepare",
"test": "jest"
},
"devDependencies": {
"@razors/build-babel": "^0.0.20",
"@razors/build-commit": "^0.0.20",
"@razors/build-jest": "^0.0.20",
"@razors/build-rollup": "^0.0.20",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.0",
"faker": "^5.0.0",
"html-webpack-plugin": "^4.5.0",
"lerna": "^3.20.2",
"less": "^3.11.1",
"less-loader": "^7.0.0",
"npm-run-all": "^4.1.5",
"shipjs": "0.23.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.2",
"typescript": "^4.0.0",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"vue-tsx-support": "^3.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^5.1.1"
},
"dependencies": {
"image-extensions": "^1.1.0",
"is-url": "^1.2.4",
"prismjs": "^1.20.0",
"slate-history": "^0.59.0",
"slate-hyperscript": "^0.59.0",
"vue": "^2.6.11",
"vue-router": "^3.2.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"resolutions": {
"lodash": "^4.17.19",
"dot-prop": "^6.0.0"
}
}