-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 842 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
{
"name": "react-clone-flux-comment-list",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./server.js"
},
"author": "Tough Queen <[email protected]>",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.0",
"css-loader": "^0.22.0",
"events": "^1.1.0",
"flux": "^2.1.1",
"keymirror": "^0.1.1",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-bootstrap": "^0.28.2",
"style-loader": "^0.13.0"
},
"devDependencies": {
"webpack": "^1.12.2",
"webpack-dev-server": "~1.12.1",
"babel-core": "^5.8.32",
"babel-loader": "^5.3.2",
"babel-eslint": "^4.1.3",
"eslint": "^1.7.3",
"eslint-plugin-react": "^3.6.3",
"eslint-config-airbnb": "^0.1.0",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"react-hot-loader": "^1.3.0"
}
}