This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
executable file
·93 lines (93 loc) · 3.03 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
{
"name": "lightdm-webkit2-material2",
"version": "0.1.0",
"description": "A material design theme for use with lightdm-webkit2-greeter.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --progress",
"build": "tools/build.js",
"pack": "tools/build.js -p",
"clean": "rm -rf build/*",
"translate": "tools/translate.js",
"preinstall": "git submodule update --init --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FallingSnow/lightdm-webkit-material.git"
},
"author": "Ayrton Sparling",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/FallingSnow/lightdm-webkit-material/issues"
},
"homepage": "https://github.com/FallingSnow/lightdm-webkit-material#readme",
"dependencies": {
"animate.css": "^3.5.2",
"capslock": "^1.0.1",
"color-scheme": "0.0.5",
"denque": "^1.1.1",
"font-awesome": "^4.7.0",
"font-awesome-webpack2": "0.0.6",
"history": "^4.5.1",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"material-ui": "^0.17.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"rc-animate": "^2.3.1",
"rc-slider": "^6.1.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-clockwall": "github:fallingsnow/react-clockwall",
"react-fontawesome": "^1.5.0",
"react-intl": "^2.2.3",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"shallow-compare": "^1.2.0",
"trianglify": "^1.0.1",
"zodiac": "github:fallingsnow/Zodiac"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-module-resolver": "^2.5.0",
"babel-plugin-transform-react-constant-elements": "^6.22.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.22.0",
"babel-runtime": "^6.22.0",
"cross-env": "^3.1.4",
"eslint": "^3.15.0",
"eslint-plugin-react": "^6.9.0",
"file-loader": "^0.10.0",
"font-awesome-webpack2": "0.0.6",
"friendly-errors-webpack-plugin": "^1.1.3",
"happypack": "^3.0.2",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.2.0",
"jsonfile": "^2.4.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"mstranslator": "^2.1.1",
"raw-loader": "^0.5.1",
"react-css-transition-replace": "^2.1.0",
"redux-devtools": "^3.3.2",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.2.0",
"source-map-loader": "^0.1.6",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.3.0",
"webpack-subresource-integrity": "^0.8.2"
}
}