forked from davidmz/share-on-freefeed-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "share-on-freefeed-ext",
"version": "1.1.9",
"description": "'Share on Freefeed' browser extension",
"author": "David Mzareulyan",
"license": "MIT",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.13.0",
"clean-webpack-plugin": "^0.1.10",
"css-loader": "^0.24.0",
"file-loader": "^0.9.0",
"folder-zip": "0.0.5",
"fs-extra": "^0.30.0",
"on-build-webpack": "^0.1.0",
"postcss-loader": "^0.11.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
},
"dependencies": {
"classnames": "^2.2.5",
"iframe-resizer": "^3.5.5",
"lodash.uniq": "^4.5.0",
"lodash.xor": "^4.5.0",
"mobx": "^2.4.4",
"mobx-react": "^3.5.5",
"qs": "^6.2.1",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-lite": "^0.15.19",
"react-textarea-autosize": "^4.0.5"
}
}