forked from superdesk/superdesk-ui-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
{
"name": "superdesk-ui-framework",
"version": "1.0.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/superdesk/superdesk-ui-framework.git"
},
"main": "dist/superdesk-ui.bundle.js",
"style": "dist/superdesk-ui.bundle.css",
"sass": "app/styles/app.scss",
"contributors": [
"Nemanja Pavlovic",
"Vladimir Stefanovic",
"Darko Tomic",
"Aleksandar Jelicic",
"Aleksandar Jovanovic"
],
"devDependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-route": "^1.6.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.5",
"code-prettify": "^0.1.0",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-angular": "^3.1.1",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-webpack": "^3.0.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"lodash": "^4.17.4",
"node-sass": "^4.5.3",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-form": "^7.0.4",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"scripts": {}
}