forked from dbpedia/chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 783 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 783 Bytes
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
{
"name": "dbpedia-chatbot",
"description": "A Chatbot for DBpedia",
"version": "0.0.1",
"repository": "https://github.com/dbpedia/chatbot.git",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "3.3.7",
"bootstrap-material-design": "0.5.10",
"less": "2.7.2",
"css-loader": "^0.28.1",
"jquery": "3.2.1",
"less-loader": "^4.0.3",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-modal": "2.0.7",
"snackbarjs": "1.1.0",
"style-loader": "^0.17.0",
"webpack": "^2.5.1"
},
"devDependencies": {},
"scripts": {
"postinstall": "./node/node ./node_modules/.bin/webpack -p"
}
}