-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 961 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": "languageapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --inline"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"dependencies": {
"ejs": "^2.5.1",
"es6-promise": "^3.2.1",
"express": "^4.14.0",
"history": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.0",
"react": "^15.2.1",
"react-addons-css-transition-group": "^15.2.1",
"react-cookie": "^0.4.7",
"react-dom": "^15.2.1",
"react-router": "^2.6.0"
}
}