-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "machete-chrome-ext",
"version": "1.2.1",
"description": "Your tool for cutting through Amazon Marketing Services",
"main": "index.js",
"scripts": {
"watch": "webpack --debug --watch --progress --env.beta --env.local",
"publish-beta": "webpack --env.beta --progress && node publish.js beta",
"publish-production": "webpack --env.release --progress && node publish.js release"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jaspax/ams-unlocked.git"
},
"author": "Machete Analytics",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/jaspax/ams-unlocked/issues"
},
"homepage": "https://gitlab.com/jaspax/ams-unlocked#README",
"dependencies": {
"frozen-moment": "^0.4.0",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"moment": "^2.18.1",
"moment-timezone": "^0.5.21",
"qw": "^1.0.1",
"sleep-promise": "^8.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"brfs": "^1.4.4",
"bundle-collapser": "^1.3.0",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^3.0.0",
"eslint": "^4.19.1",
"eslint-loader": "^1.9.0",
"googleapis": "^40.0.0",
"node-libs-browser": "^2.1.0",
"readline-sync": "^1.4.7",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"style-loader": "^0.20.2",
"transform-loader": "^0.2.4",
"webpack": "^3.11.0",
"zip-webpack-plugin": "^2.1.0"
}
}