-
Notifications
You must be signed in to change notification settings - Fork 275
/
Copy pathpackage.json
136 lines (136 loc) · 5.58 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "official-lumx",
"version": "1.9.1",
"description": "The first responsive front-end framework based on AngularJS & Google Material Design specifications",
"keywords": [
"AngularJS",
"Material Design",
"Framework"
],
"homepage": "https://ui.lumapps.com",
"bugs": {
"url": "https://github.com/lumapps/lumx/issues"
},
"license": "MIT",
"files": [
"dist"
],
"author": "LumApps",
"contributors": [
"Arnaud Valle <[email protected]> (http://arnaudvalle.com/)",
"Clément Prévot <[email protected]> (https://github.com/clementprevot)",
"Élie Mélois <[email protected]> (https://github.com/emelois)",
"Florent Dinet <[email protected]> (https://github.com/FlorentDinet)",
"Florent Espanet <[email protected]> (https://www.volent.fr/)",
"Florian Mithieux <[email protected]> (http://florian-mithieux.fr/#!/)",
"Grégory Cat <[email protected]> (https://github.com/gregorycat)",
"Marc Alexandre <[email protected]> (http://malexandre.fr/)",
"Matthias Manoukian <[email protected]> (https://github.com/matmkian)",
"Maxime Bizot <[email protected]> (https://github.com/bizot)",
"Pierre Dupuis <[email protected]> (https://github.com/pidupuis)",
"Philippe Bouchon <[email protected]> (https://github.com/philippeBchn)"
],
"private": true,
"main": "./dist/lumx.js",
"repository": {
"type": "git",
"url": "https://github.com/lumapps/lumx.git"
},
"scripts": {
"prebuild": "rm -Rf ./dist/*",
"build": "webpack --config webpack/webpack.prod.js && MINIFY=true GENERATE_PACKAGE=true webpack --config webpack/webpack.prod.js",
"prebuild:static-site": "yarn build",
"build:static-site": "webpack --config webpack/webpack.static-site.js",
"prepublish-package": "npm run build",
"publish-package": "cd dist && npm publish --access=public && cd -",
"start": "nodemon --watch webpack --ignore webpack/.eslintrc.js node_modules/.bin/webpack-dev-server -- --config webpack/webpack.dev.js --hot",
"webpack-defaults": "webpack-defaults"
},
"dependencies": {
"@lumx/core": "0.7.34",
"@lumx/icons": "0.7.16",
"angular": "^1.5.11",
"focus-visible": "^4.1.5",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"sass-mq": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"angular-highlightjs": "^0.7.1",
"angular-marked": "^1.2.2",
"angular-templatecache-loader-2": "^0.3.4",
"angular-ui-router": "^1.0.22",
"autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-angularjs-annotate": "^0.10.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-smart-webpack-import": "^1.4.3",
"copy-webpack-plugin": "^5.0.2",
"core-js": "^3.0.0",
"css-loader": "^2.1.1",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-plugin-angular": "^4.0.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-lumapps": "git+ssh://[email protected]/lumapps/eslint-plugin-lumapps.git#master",
"eslint-plugin-no-useless-assign": "^1.0.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-require-jsdoc-except": "^1.3.0",
"eslint-plugin-unicorn": "^7.1.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.4.0",
"extract-css-chunks-webpack-plugin": "^4.0.2",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.3",
"highlight.js": "^9.15.9",
"html-loader": "^0.5.5",
"html-minifier-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"is-ci": "^2.0.0",
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.14",
"postcss-flexbox-unboxer": "^1.0.0",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"prettier": "^1.16.4",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1",
"prettier-stylelint": "^0.4.2",
"sass-loader": "^6.0.7",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-idiomatic-order": "^6.2.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.5.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1",
"webpack-notifier": "^1.7.0",
"webpackbar": "^3.1.5"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 4.0.0",
"yarn": ">= 1.3.0"
}
}