-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.98 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
50
51
52
53
54
{
"name": "AuctionCraftSniper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "npx tslint -c tslint.json -p tsconfig.json",
"lint-fix": "npx tslint --fix -c tslint.json -p tsconfig.json",
"build": "tsc && npx webpack",
"scss-dev-watch": "npx node-sass assets/scss/acs.scss assets/css/acs.min.css --source-map=true --output-style=compressed --watch",
"scss-deploy": "npx node-sass assets/scss/acs.scss assets/css/acs.min.css --output-style=compressed",
"sentry-release": "npx sentry-cli login && npx sentry-cli releases new \"bca3c8f5c61e9f81b5979ce20217ee881107c112\" && npx sentry-cli releases set-commits \"bca3c8f5c61e9f81b5979ce20217ee881107c112\" --commit \"ljosberinn/AuctionCraftSniper@bca3c8f5c61e9f81b5979ce20217ee881107c112\" && npx sentry-cli releases finalize \"bca3c8f5c61e9f81b5979ce20217ee881107c112\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljosberinn/AuctionCraftSniper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ljosberinn/AuctionCraftSniper/issues"
},
"homepage": "https://auctioncraftsniper.com",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@sentry/webpack-plugin": "^1.6.2",
"node-sass": "^4.10.0",
"npx": "^10.2.0",
"prettier": "^1.14.3",
"stylelint": "^9.6.0",
"stylelint-config-recommended": "^2.1.0",
"typescript-eslint-parser": "^19.0.2",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@sentry/browser": "^4.3.4",
"@sentry/cli": "^1.37.1",
"bulma": "^0.7.2",
"bulma-checkradio": "^2.1.0",
"bulmaswatch": "^0.7.2",
"datalist-polyfill": "^1.22.2",
"date-fns": "^1.29.0",
"tablesort": "^5.1.0",
"tippy.js": "^3.2.0",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.1.1"
}
}