generated from minutemailer/library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "@minutemailer/store",
"version": "0.0.4",
"description": "Global store manager for React",
"source": "src/index.js",
"main": "dist/main.js",
"module": "dist/module.js",
"sideEffects": false,
"files": [
"dist/main.js",
"dist/main.js.map",
"dist/module.js",
"dist/module.js.map"
],
"scripts": {
"start": "parcel example/index.html --dist-dir output",
"watch": "parcel watch",
"build": "parcel build",
"test": "vitest",
"coverage": "vitest --run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minutemailer/store.git"
},
"keywords": [
"javascript",
"library"
],
"author": "Minutemailer",
"license": "MIT",
"bugs": {
"url": "https://github.com/minutemailer/store/issues"
},
"homepage": "https://github.com/minutemailer/store#readme",
"dependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@minutemailer/ui": "^8.3.7",
"@parcel/transformer-sass": "^2.8.3",
"@vitest/coverage-c8": "^0.29.8",
"parcel": "^2.8.3",
"prettier": "^2.8.7",
"process": "^0.11.10",
"react-dom": "^18.2.0",
"vitest": "^0.29.8"
}
}