-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "functional-test-client",
"version": "0.1.0",
"description": "",
"scripts": {
"dev": "webpack-dev-server --d --inline",
"prod": "webpack --config webpack.production.config.js -p"
},
"engines": {
"node": "6.9.2",
"npm": "4.0.5"
},
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-material": "^1.1.1",
"angular-material-data-table": "^0.10.10",
"angular-ui-date": "^1.1.1",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babili": "0.0.10",
"bootstrap": "^3.3.7",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"moment": "^2.17.1",
"ngtemplate-loader": "^1.3.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^2.3.3"
}
}