-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "panel-farm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"publish": "npm run build && node publish-static.js",
"start": "webpack-dev-server --inline",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dev@mixpanel.com",
"license": "MIT",
"dependencies": {
"@webcomponents/custom-elements": "1.1.2",
"@webcomponents/shadydom": "1.0.14",
"panel": "1.3.0"
},
"devDependencies": {
"autoprefixer": "8.4.1",
"babel-core": "6.26.0",
"babel-loader": "7.1.1",
"babel-preset-env": "1.6.1",
"css-loader": "0.28.11",
"eslint": "4.18.2",
"eslint-config-mixpanel": "3.4.0",
"eslint-loader": "1.9.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.11",
"gh-pages": "1.1.0",
"html-webpack-plugin": "3.2.0",
"js-beautify": "1.7.5",
"postcss-loader": "2.1.5",
"style-loader": "0.21.0",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"virtual-jade": "0.9.1",
"virtual-jade-loader": "1.0.0",
"webpack": "3.10.0",
"webpack-dev-server": "2.9.1"
}
}