forked from marvinx-x/cursors-emitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 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
{
"name": "cursors-emitter",
"version": "1.0.0",
"description": "",
"source": "src/index.pug",
"scripts": {
"start": "parcel src/index.pug",
"build": "parcel build src/index.pug --public-url ./"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/marvinx-x/cursors-emitter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marvinx-x/cursors-emitter/issues"
},
"homepage": "https://github.com/marvinx-x/cursors-emitter#readme",
"devDependencies": {
"@parcel/transformer-pug": "^2.6.2",
"@parcel/transformer-sass": "^2.6.2",
"parcel": "^2.1.1",
"process": "^0.11.10",
"sharp": "^0.31.3"
},
"dependencies": {
"@swup/fade-theme": "^1.0.5",
"d3": "^7.3.0",
"detect-browser": "^5.3.0",
"swup": "^2.0.14"
}
}