-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.31 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": "qiita-widget",
"version": "1.0.0",
"description": "Qiita widgets are an easy way to embed Qiita posts on your website.",
"main": "index.js",
"scripts": {
"compile": "NODE_ENV=development webpack",
"watch": "NODE_ENV=development webpack --watch",
"build": "NODE_ENV=production webpack -p --optimize-occurence-order"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suin/qiita-widget.git"
},
"keywords": [
"Qiita"
],
"author": "suin",
"license": "MIT",
"bugs": {
"url": "https://github.com/suin/qiita-widget/issues"
},
"homepage": "https://github.com/suin/qiita-widget#readme",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.3.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-react": "^6.1.0",
"file-loader": "^0.9.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-frame-component": "^0.6.5"
}
}