This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
generated from phoenixreisen/modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.69 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
{
"name": "@phoenixreisen/notification",
"version": "1.0.6",
"description": "Auf Mithril basierende Notification-Komponente. Styles kommen aus dem Phoenix-Design-System.",
"homepage": "https://design-system.phoenixreisen.net",
"main": "dist/notification.m.js",
"types": "dist/notification.m.d.ts",
"module": "src/notification.m.tsx",
"scripts": {
"prepublish": "npm test",
"publish:example": "npx gh-pages -d example",
"test": "ospec --preload ./test-setup.js",
"pretest": "del-cli ./dist && npm run copy:img && npm run compile:ts && npm run compile:scss && npm run compile:example",
"posttest": "del-cli ./test",
"compile:example": "npx rollup -c",
"compile:ts": "npx tsc --build tsconfig.json",
"compile:scss": "npx sass --no-source-map ./src:./dist",
"copy:img": "npx copyfiles -f ./src/favicon.png ./src/phx.logo.svg ./dist"
},
"author": "Phoenix Reisen <[email protected]>",
"contributors": [
"Phoenix Reisen <[email protected]>",
"Fabian Marcus <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/phoenixreisen/notification.git"
},
"license": "MIT",
"dependencies": {
"mithril": "^2.0.4"
},
"devDependencies": {
"@types/mithril": "^2.0.6",
"del-cli": "^3.0.1",
"gh-pages": "^3.1.0",
"ignore-styles": "^5.0.1",
"jsdom": "^16.4.0",
"mithril-node-render": "^3.0.1",
"mithril-query": "^3.1.0",
"ospec": "^4.1.1",
"rollup": "^2.38.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
}
}