-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.61 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "todomvc-appbase",
"version": "1.0.0",
"description": "todomvc-appbase",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --inline --hot --history-api-fallback --port 8001",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhruvdutt/todomvc-appbase.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dhruvdutt/todomvc-appbase/issues"
},
"homepage": "https://github.com/dhruvdutt/todomvc-appbase#readme",
"author": {
"name": "dhruvdutt",
"email": "dhruvdutt.jadhav@gmail.com",
"url": "https://github.com/dhruvdutt"
},
"devDependencies": {
"@appbaseio/reactivesearch": "^1.4.0",
"appbase-js": "^2.1.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"html-webpack-plugin": "^2.24.1",
"npm-run-all": "^4.0.2",
"shebang-loader": "0.0.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"auth0-js": "^8.10.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.7",
"director": "^1.2.8",
"node-sass": "^4.5.3",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-tooltip": "^3.3.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"todomvc-app-css": "^2.1.0",
"todomvc-common": "^1.0.4",
"webpack-dev-server": "^2.4.2"
}
}