-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"author": "Sumeet Sethi",
"license": "MIT",
"name": "ui-grid-es6",
"version": "1.0.0",
"description": "Making UI-Grid work with ES6 on an AngularJS app",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --progress",
"dev2": "webpack -d --watch",
"prod": "webpack -p"
},
"dependencies": {
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-material": "^1.1.4",
"angular-messages": "^1.6.4",
"angular-resource": "^1.6.4",
"angular-ui-grid": "^4.0.4",
"angular-ui-router": "^0.4.2",
"font-awesome": "^4.7.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.26.1",
"file-loader": "^0.10.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"loglevel": "^1.4.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.6.0"
}
}