-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 2.01 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
{
"name": "allegro-poszukiwacz",
"version": "0.2.3",
"description": "Browser extension for Allegro.pl for quick jump to not-promoted offers",
"scripts": {
"chrome-build": "TARGET=chrome grunt --gruntfile Gruntfile",
"opera-build": "TARGET=opera grunt --gruntfile Gruntfile",
"firefox-build": "TARGET=firefox grunt --gruntfile Gruntfile",
"build": "NODE_ENV=production npm run chrome-build && NODE_ENV=production npm run opera-build && NODE_ENV=production npm run firefox-build",
"chrome-dev": "TARGET=chrome grunt --gruntfile Gruntfile dev",
"opera-dev": "TARGET=opera grunt --gruntfile Gruntfile dev",
"firefox-dev": "TARGET=firefox grunt --gruntfile Gruntfile dev",
"chrome-dist": "NODE_ENV=production TARGET=chrome grunt --gruntfile Gruntfile dist && NODE_ENV=production TARGET=chrome grunt --gruntfile Gruntfile zip",
"opera-dist": "NODE_ENV=production TARGET=opera grunt --gruntfile Gruntfile dist && NODE_ENV=production TARGET=opera grunt --gruntfile Gruntfile zip",
"firefox-dist": "NODE_ENV=production TARGET=firefox grunt --gruntfile Gruntfile dist && NODE_ENV=production TARGET=firefox grunt --gruntfile Gruntfile zip",
"dist": "npm run chrome-dist && npm run opera-dist && npm run firefox-dist"
},
"repository": {
"type": "git",
"url": "https://github.com/piotrkochan/allegro-poszukiwacz-niepromowanych"
},
"author": "Piotr Kochan",
"bugs": {
"url": "https://github.com/piotrkochan/allegro-poszukiwacz-niepromowanych/issues"
},
"homepage": "https://github.com/piotrkochan/allegro-poszukiwacz-niepromowanych",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"babelify": "^10.0.0",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-zip": "^0.14.0",
"sass": "^1.62.1"
}
}