-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
58 lines (58 loc) · 1.74 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
{
"name": "@img-comparison-slider/project",
"version": "0.0.0-auto",
"description": "Slider component to compare images before and after",
"homepage": "https://img-comparison-slider.sneas.io",
"repository": {
"type": "git",
"url": "https://github.com/sneas/img-comparison-slider.git"
},
"license": "MIT",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"start:img-comparison-slider": "npm run img-comparison-slider --prefix packages/img-comparison-slider",
"start:www": "npm run www --prefix packages/www",
"start": "npm-run-all --parallel start:img-comparison-slider start:www"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"@semantic-release/git": "^10.0.1",
"@sneas/x-ray": "^3.0.4",
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"bootstrap": "^5.2.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"gh-pages": "^3.2.0",
"html-bundler-webpack-plugin": "^1.17.2",
"html-loader": "^2.1.2",
"husky": "^6.0.0",
"lint-staged": "^13.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.35.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"sass": "^1.34.0",
"sass-loader": "^11.1.1",
"semantic-release": "^19.0.3",
"semantic-release-monorepo": "^7.0.5",
"ts-loader": "^9.2.2",
"typescript": "^4.3.2",
"vue": "^3.0.4",
"vue-class-component": "^8.0.0-0",
"webpack": "^5.76.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.7.3"
}
}