forked from coderaiser/smalltalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "smalltalk",
"version": "4.1.1",
"type": "commonjs",
"commitType": "colon",
"description": "Promise-based Alert, Confirm and Prompt replacement",
"homepage": "http://github.com/coderaiser/smalltalk",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/smalltalk.git"
},
"main": "lib/smalltalk.js",
"exports": {
".": "./lib/smalltalk",
"./bundle": "./dist/smalltalk.min.js"
},
"scripts": {
"watch": "madrun watch",
"watch:test": "madrun watch:test",
"watch:lint": "madrun watch:lint",
"watch:lint:js": "madrun watch:lint:js",
"watch:coverage": "madrun watch:coverage",
"coverage": "madrun coverage",
"report": "madrun report",
"lint": "madrun lint",
"fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh",
"fix:lint": "madrun fix:lint",
"test": "madrun test",
"test:update": "madrun test:update",
"build": "madrun build",
"wisdom": "madrun wisdom",
"wisdom:done": "madrun wisdom:done",
"upload:main": "madrun upload:main",
"upload:main:map": "madrun upload:main:map",
"upload:native": "madrun upload:native",
"upload:native:map": "madrun upload:native:map"
},
"keywords": [
"modal",
"alert",
"confirm",
"prompt"
],
"author": "coderaiser <[email protected]> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/smalltalk/issues"
},
"devDependencies": {
"auto-globals": "^3.0.0",
"autoprefixer": "^10.0.1",
"c8": "^8.0.1",
"clean-css-loader": "^4.1.1",
"coveralls": "^3.0.0",
"css-loader": "^6.7.1",
"css-modules-require-hook": "^4.2.3",
"eslint": "^8.19.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^21.0.2",
"madrun": "^9.0.5",
"nodemon": "^3.0.2",
"putasset": "^6.0.0",
"putout": "^33.13.3",
"style-loader": "^3.3.1",
"supertape": "^8.8.0",
"terser-webpack-plugin": "^5.0.0",
"try-to-tape": "^1.1.0",
"url-loader": "^4.0.0",
"version-io": "^4.0.1",
"webpack": "^5.1.3",
"webpack-cli": "^5.1.4",
"wraptile": "^3.0.0"
},
"dependencies": {
"@cloudcmd/create-element": "^2.0.0",
"currify": "^4.0.0",
"fullstore": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}