forked from Runrunit/chrome-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "runrunit-task-manager",
"version": "1.3.0",
"description": "A Runrun.it Task Manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunosilvafreitas/runrunit-task-manager.git"
},
"homepage": "https://github.com/brunosilvafreitas/runrunit-task-manager#readme",
"author": "UOL Educação",
"devDependencies": {
"axios": "^0.15.3",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.26.0",
"immutability-helper": "^2.2.3",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-addons-update": "^15.5.2",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"style-loader": "^0.13.1",
"webpack": "^3.5.5"
}
}