-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "panic-btn",
"version": "0.0.2",
"description": "When nothing works, there is one solution left. Panic Button!!!! ",
"main": "dist/panic.js",
"scripts": {
"build": "./node_modules/.bin/webpack",
"build:prod": "./node_modules/.bin/webpack -p",
"watch": "./node_modules/.bin/webpack --watch",
"test": "npm test",
"dist": "node node_modules/.bin/babel src/panic.js --out-file dist/panic.js --source-maps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qunabucom/panic-button.git"
},
"keywords": [
"panic",
"javascript"
],
"author": "Mateusz Wojczal Qunabu Interactive",
"license": "ISC",
"bugs": {
"url": "https://github.com/qunabu/panic-button/issues"
},
"homepage": "https://github.com/qunabu/panic-button#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"extract-scss-variables": "^0.2.1",
"node-sass": "^4.8.3",
"sass-extract": "^2.1.0",
"sass-extract-loader": "^1.1.0",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}