-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 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
{
"name": "OpenStackId",
"version": "1.0.0",
"description": "OpenStackId, IDP",
"main": "resources/assets/js/index.js",
"author": "[email protected]",
"scripts": {
"build-dev": "./node_modules/.bin/webpack --config webpack.config.js",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --config webpack.config.js"
},
"devDependencies": {
"webpack": "^3.11.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"json-loader": "^0.5.7",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2"
},
"dependencies": {
"@github/clipboard-copy-element": "^1.1.2",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-sass": "^3.0.0",
"bootstrap-tagsinput": "^0.7.1",
"chosen-js": "^1.8.7",
"copy-webpack-plugin": "^4.5.1",
"crypto-js": "^3.1.9-1",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"jquery": "~2.1.4",
"jquery-migrate": "1.2.1",
"jquery-ui-themes": "^1.12.0",
"jquery-validation": "^1.17.0",
"jquery.cookie": "^1.4.1",
"jqueryui": "^1.11.1",
"laravel-elixir": "^5.0.0",
"moment": "^2.24.0",
"popper.js": "^1.14.3",
"pure": "^2.85.0",
"pwstrength-bootstrap": "^2.2.1",
"sweetalert2": "7.3.5",
"typeahead.js": "^0.11.1",
"urijs": "^1.19.1"
}
}