forked from fritx/react-at
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "react-at",
"version": "0.1.0",
"description": "At.js for React",
"repository": "[email protected]:fritx/react-at.git",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "webpack --progress --config task/webpack.config.prod",
"prod": "webpack -w --progress --config task/webpack.config.prod",
"demo": "webpack -w --progress --config task/webpack.config.demo"
},
"devDependencies": {
"babel-core": "^6.20.0",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"clean-webpack-plugin": "^0.1.14",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-config-rackt": "^1.1.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^3.16.1",
"html-webpack-plugin": "^2.24.1",
"jquery": "^3.1.1",
"node-sass": "^3.13.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-editor": "^1.2.11",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.0",
"webpack": "^1.14.0",
"webpack-notifier": "^1.4.1"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"dependencies": {}
}