-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "offlinetodo",
"version": "1.0.0",
"description": "Offline Capable To Do made with webpack offline plugin and service worker",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
// "start": "http-server ./build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dharmawankenny/offline.git"
},
"keywords": [
"Offline",
"First"
],
"author": "Kenny Reida Dharmawan",
"license": "ISC",
"dependencies": {
"babel-core": "^6.24.1",
"css-loader": "^0.28.4",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.10.0",
"offline-plugin": "^4.8.1",
"style-loader": "^0.18.2",
"webpack": "^2.6.1",
"axios": "^0.16.2",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"crypto-js": "^3.1.9-1",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"normalize.css": "^7.0.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-offline": "^2.0.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"sanitize.css": "^5.0.0",
"styled-components": "^2.0.0"
}
}