forked from anistark/commenting-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 916 Bytes
/
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
{
"name": "commenting-react",
"version": "1.0.0",
"description": "Commenting Module in React",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"keywords": [
"react",
"comment",
"anistark",
"vs"
],
"author": "Kumar Anirudha <anirudhastark@yahoo.com> (http://anirudha.org)",
"license": "ISC",
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"classnames": "^2.2.5",
"css-loader": "^0.25.0",
"js-tree": "^1.1.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"moment": "^2.15.1",
"muicss": "^0.9.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"socket.io-react": "^1.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
}
}