forked from swup/debug-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 917 Bytes
/
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
{
"name": "@swup/debug-plugin",
"version": "1.0.3",
"description": "Swup Debug plugin.",
"main": "lib/index.js",
"scripts": {
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
"build": "webpack-cli",
"prepublish": "npm run compile && npm run build"
},
"author": {
"name": "Georgy Marchuk",
"email": "[email protected]",
"url": "https://gmrchk.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swup/debug-plugin.git"
},
"devDependencies": {
"@swup/prettier-config": "^1.0.0",
"@swup/webpack-config": "^0.1.2",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"lodash": "^4.17.11",
"prettier": "1.17.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
"dependencies": {
"@swup/plugin": "^1.0.0"
}
}