-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
104 lines (104 loc) · 2.71 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "willow-ui",
"version": "0.0.1",
"description": "Client for Willow cloud msnagement and monitoring",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "BABEL_ENV=test ./node_modules/.bin/_mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive",
"lint": "./node_modules/.bin/eslint --max-warnings 100 ui/js test",
"lint-fix": "./node_modules/.bin/eslint --fix ui/js test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NitorCreations/willow-ui.git"
},
"keywords": [
"HTML5",
"JS",
"CSS3",
"React"
],
"author": "",
"contributors": [
{
"name": "Pasi Niemi"
},
{
"name": "Niko Laitinen"
},
{
"name": "Juha Syrjälä"
},
{
"name": "Sami Airaksinen"
},
{
"name": "Reko Jokelainen"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NitorCreations/willow-ui/issues"
},
"homepage": "https://github.com/NitorCreations/willow-ui#readme",
"dependencies": {
"babel-polyfill": "6.5.0",
"babel-runtime": "6.5.0",
"file-loader": "^0.8.5",
"express-redirect": "^1.2.2",
"history": "1.13.1",
"immutable": "3.7.6",
"material-design-lite": "1.1.1",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-pure-render": "1.0.2",
"react-redux": "4.4.0",
"react-router": "1.0.0",
"redux": "3.3.1",
"redux-immutablejs": "0.0.8",
"redux-logger": "2.0.4",
"redux-simple-router": "0.0.8",
"redux-thunk": "1.0.3",
"term.js": "0.0.7"
},
"devDependencies": {
"autoprefixer-loader": "3.2.0",
"babel": "6.5.2",
"babel-core": "6.5.2",
"babel-eslint": "5.0.0",
"babel-loader": "6.2.3",
"babel-plugin-rewire": "1.0.0-beta-2",
"babel-plugin-transform-runtime": "6.5.2",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"browser-sync": "2.11.1",
"chai": "3.5.0",
"chai-immutable": "1.5.3",
"css-loader": "0.23.1",
"del": "2.2.0",
"es6-promise": "3.1.2",
"eslint": "1.10.3",
"eslint-plugin-react": "3.11.3",
"esprima-fb": "15001.1001.0-dev-harmony-fb",
"express": "4.13.4",
"jsdom": "8.0.4",
"jshint-stylish": "2.1.0",
"jsverify": "0.7.1",
"mocha": "2.4.5",
"morgan": "1.7.0",
"node-sass": "3.4.2",
"react-hot-loader": "1.3.0",
"redux-devtools": "2.1.5",
"run-sequence": "1.1.5",
"sass-loader": "3.1.2",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"style-loader": "0.13.0",
"webpack": "1.12.13",
"webpack-dev-middleware": "1.5.1",
"webpack-dev-server": "1.14.1",
"webpack-hot-middleware": "2.7.1"
}
}