-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.59 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": "walax",
"version": "1.8.0",
"description": "[![Version](https://img.shields.io/npm/v/walax.svg)](https://www.npmjs.com/package/walax) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)",
"main": "dist/walax.umd.js",
"module": "dist/walax.umd.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "npx rollup -c",
"watch": "npx rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hazelmollusk/walax.git"
},
"author": "Matt Barry <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/hazelmollusk/walax/issues"
},
"homepage": "https://github.com/hazelmollusk/walax#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"chokidar": "^3.5.2",
"jest": "^27.0.6",
"mithril": "^2.0.4",
"mobx": "^6.3.3",
"rollup": "^2.55.0",
"rollup-plugin-terser": "^7.0.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {}
}