forked from swup/swup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.64 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
55
{
"name": "swup",
"version": "2.0.14",
"description": "Complete, flexible, extensible and easy to use page transition library for your web.",
"main": "lib/index.js",
"scripts": {
"cy:open": "cypress open",
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
"build": "webpack-cli",
"prepublish": "npm run compile && npm run build",
"postinstall": "opencollective-postinstall || true",
"test": "npm run build && npm run test:instrument-swup && start-server-and-test test:server http://localhost:8080 test:run",
"test:instrument-swup": "nyc instrument --compact=false dist test/site",
"test:server": "http-server test/site",
"test:run": "cypress run --record"
},
"author": "Georgy Marchuk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gmrchk/swup.git"
},
"keywords": [
"css",
"animation",
"page",
"transition"
],
"dependencies": {
"delegate": "3.1.3",
"opencollective-postinstall": "^2.0.2"
},
"devDependencies": {
"@cypress/code-coverage": "^1.10.1",
"@swup/prettier-config": "^1.0.0",
"@swup/webpack-config": "^1.0.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cypress": "^3.6.0",
"http-server": "^0.11.1",
"istanbul-lib-coverage": "^2.0.5",
"nyc": "^14.1.1",
"prettier": "1.17.0",
"start-server-and-test": "^1.10.6",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.3",
"webpack-cli": "^3.3.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/swup"
}
}