-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.27 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
{
"name": "simple-todo-extension",
"version": "1.0.0",
"description": "Simple tasklist",
"main": "main.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"todo",
"task",
"chrome"
],
"author": "gorhawk",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"backbone": "^1.3.3",
"chrome-storage-largesync": "0.0.4",
"css-loader": "^0.28.11",
"keycode-js": "0.0.4",
"lodash": "^4.17.21",
"node-sass": "^4.13.1",
"randomstring": "^1.1.5",
"react": "^16.4.1",
"react-beautiful-dnd": "^4.0.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"url-loader": "^0.6.2",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
},
"devDependencies": {
"cp-file": "^6.0.0",
"cpy": "^7.0.1",
"zip-dir": "^1.0.2"
}
}