-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 845 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 845 Bytes
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
{
"name": "google-freshify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"luxon": "^1.25.0",
"tiny-html-builder": "^1.2.2"
},
"devDependencies": {
"@types/chrome": "0.0.122",
"@types/luxon": "^1.25.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.3",
"style-loader": "^1.3.0",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-chrome-extension-reloader": "^1.3.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node build-manifest-permissions.js && webpack --config webpack.config.js --progress --watch"
},
"author": "",
"license": "ISC"
}