|
1 | 1 | { |
2 | | - "name": "paver", |
3 | | - "version": "0.0.1", |
4 | | - "description": "Block based drag and drop editor made with Alpine.js.", |
5 | | - "scripts": { |
6 | | - "test": "echo \"Error: no test specified\" && exit 1" |
7 | | - }, |
8 | | - "repository": { |
9 | | - "type": "git", |
10 | | - "url": "git+https://github.com/paver/paver.git" |
11 | | - }, |
12 | | - "keywords": [], |
13 | | - "author": "", |
14 | | - "license": "ISC", |
15 | | - "bugs": { |
16 | | - "url": "https://github.com/paver/paver/issues" |
17 | | - }, |
18 | | - "homepage": "https://github.com/paver/paver#readme", |
19 | | - "devDependencies": { |
20 | | - "laravel-mix": "^6.0.49", |
21 | | - "postcss": "^8.4.41", |
22 | | - "postcss-import": "^16.1.0", |
23 | | - "postcss-prefixer": "^3.0.0" |
24 | | - }, |
25 | | - "dependencies": { |
26 | | - "@alpinejs/morph": "^3.14.1", |
27 | | - "alpinejs": "^3.14.1", |
28 | | - "postcss-nested": "^6.0.1", |
29 | | - "sortablejs": "^1.15.2", |
30 | | - "tippy.js": "^6.3.7" |
31 | | - } |
| 2 | + "name": "paver", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Block based drag and drop editor made with Alpine.js.", |
| 5 | + "scripts": { |
| 6 | + "start-server": "php -S localhost:8000 -t ./tests/localhost", |
| 7 | + "stop-server": "lsof -t -i:8000 | xargs kill -9", |
| 8 | + "cypress:open": "cypress open", |
| 9 | + "cypress:run": "cypress run --headless", |
| 10 | + "test": "npm run start-server & npm run cypress:run && npm run stop-server" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/paver/paver.git" |
| 15 | + }, |
| 16 | + "keywords": [], |
| 17 | + "author": "", |
| 18 | + "license": "MIT", |
| 19 | + "bugs": { |
| 20 | + "url": "https://github.com/paver/paver/issues" |
| 21 | + }, |
| 22 | + "homepage": "https://github.com/paver/paver#readme", |
| 23 | + "devDependencies": { |
| 24 | + "cypress": "^13.14.1", |
| 25 | + "laravel-mix": "^6.0.49", |
| 26 | + "postcss": "^8.4.41", |
| 27 | + "postcss-import": "^16.1.0", |
| 28 | + "postcss-prefixer": "^3.0.0" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "@alpinejs/morph": "^3.14.1", |
| 32 | + "alpinejs": "^3.14.1", |
| 33 | + "postcss-nested": "^6.0.1", |
| 34 | + "sortablejs": "^1.15.2", |
| 35 | + "tippy.js": "^6.3.7" |
| 36 | + } |
32 | 37 | } |
0 commit comments