-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "easyeda-quick-align-extension",
"version": "1.0.20",
"description": "Objects alignment without a hassle!",
"scripts": {
"build": "webpack --mode production",
"build-live": "webpack --mode production --env LIVE_RELOAD=yes",
"start": "webpack --mode development --watch --env LIVE_RELOAD=yes",
"release": "webpack --mode production && npx ./scripts/release.js",
"release-patch": "npm version patch && npm run release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turbobabr/easyeda-quick-align-extension.git"
},
"author": "Andrey Shakhmin",
"license": "MIT",
"bugs": {
"url": "https://github.com/turbobabr/easyeda-quick-align-extension/issues"
},
"homepage": "https://github.com/turbobabr/easyeda-quick-align-extension#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"del": "^6.0.0",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"url-loader": "^4.1.1",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0",
"webpack-watch-files-plugin": "^1.1.0",
"zip-local": "^0.3.4"
},
"dependencies": {
"debounce": "^1.2.0",
"event-emitter3": "^1.0.4"
}
}