-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.38 KB
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
{
"name": "schedule",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --quiet --config webpack.conf.js --host 127.0.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gingeriale/schedule.git"
},
"author": "gingeriale (yanochkina.mv@gmail.com)",
"license": "ISC",
"homepage": "https://github.com/gingeriale/schedule#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-plugin-inferno": "^2.0.0",
"babel-plugin-module-resolver": "^2.5.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.17.1",
"glob": "^7.1.1",
"inferno-devtools": "^1",
"jss": "^6.5.0",
"url": "^0.11.0",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1"
},
"dependencies": {
"classnames": "^2.2.5",
"date-fns": "^1.28.1",
"history": "^4.6.0",
"inferno": "^1",
"inferno-component": "^1",
"inferno-create-element": "^1",
"inferno-mobx": "^1.4.0",
"inferno-router": "^1",
"jss-nested": "^3.0.1",
"mobx": "^3.1.7"
}
}