-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 884 Bytes
/
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
{
"name": "neroren-clipboard",
"version": "0.1.9",
"description": "chrome extension clipboard",
"repository": "https://github.com/LimHaksu/",
"author": "Lim Haksu",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"clean": "rimraf dist"
},
"devDependencies": {
"@types/chrome": "^0.0.133",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.2",
"file-loader": "^6.2.0",
"node-sass": "^5.0.0",
"rimraf": "^3.0.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.25.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {}
}