-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 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
{
"name": "o-menu",
"version": "1.2.0",
"description": "Simple circular context menu based on svg",
"main": "./lib/index.js",
"scripts": {
"dev": "webpack-dev-server --progress --colors",
"build": "cross-env NODE_ENV=production webpack --config webpack.plugin.js"
},
"repository": {
"type": "git",
"url": "git://github.com/dawiidio/o-menu.git"
},
"keywords": [
"menu",
"context",
"contextual",
"circular",
"circle",
"o-menu"
],
"author": "Dawid Wojda <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.6",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"install": "^0.10.4",
"node-sass": "^4.9.0",
"npm": "^5.10.0",
"sass-loader": "^6.0.7",
"webpack": "^4.11.1",
"webpack-cli": "^3.0.3",
"webpack-dashboard": "^0.4.0",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-loader": "^2.1.5",
"mini-css-extract-plugin": "^0.4.0",
"css-loader": "^0.28.11",
"style-loader": "^0.21.0"
},
"dependencies": {
"color": "^2.0.1",
"object-to-css": "github:natew/object-to-css",
"svg.js": "github:dawiidio/svg.js#b577ecadbe58c6e02f883afb1dc2d2301f51a257"
}
}