-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "muffin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"dev": "webpack",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamykn/muffin.git"
},
"author": "kamykn",
"license": "ISC",
"bugs": {
"url": "https://github.com/kamykn/muffin/issues"
},
"homepage": "https://github.com/kamykn/muffin#readme",
"dependencies": {
"comlinkjs": "^3.1.1",
"muff": "^0.5.6",
"rxjs": "~6.3.3",
"striptags": "^3.1.1",
"vue": "^2.5.21",
"vue-rx": "~6.0.1",
"worker-plugin": "github:3846masa-tmp/worker-plugin#3.0.0-patched"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "~7.0.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"babel-loader": "~8.0.4",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "~1.0.1",
"html-webpack-plugin": "^3.2.0",
"microbundle": "^0.11.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "~4.9.4",
"sass-loader": "~7.1.0",
"webpack": "~4.20.2",
"webpack-cli": "~3.1.2"
}
}