-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.48 KB
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
{
"name": "angular2",
"version": "1.0.0",
"description": "测试架构",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --env=prod --profile"
},
"author": "lemon",
"license": "ISC",
"dependencies": {
"@uirouter/angularjs": "^1.0.6",
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-deferred-bootstrap": "^0.1.9",
"angular-gridster": "^0.13.14",
"angular-i18n": "^1.6.6",
"angular-loading-bar": "^0.9.0",
"angular-resizable": "github:lemonl2/angular-resizable#6debb09f676d173bf5cc87a7337cee9c7f4837ca",
"angular-ui-ace": "^0.2.3",
"angular-ui-bootstrap": "^2.5.0",
"animate.css": "^3.5.2",
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-runtime": "^6.26.0",
"binary-search": "^1.3.2",
"blueimp-md5": "^2.8.0",
"bootstrap": "^3.3.7",
"brace": "^0.10.0",
"chunk-manifest-webpack-plugin": "1.1.0",
"compression-webpack-plugin": "^0.4.0",
"css-loader": "^0.28.5",
"d3": "^3.5.17",
"dom4": "^1.8.5",
"echarts": "^3.7.0",
"echarts-stat": "^1.1.0",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"git-repo-info": "^1.4.1",
"happypack": "^4.0.0-beta.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.30.1",
"iltorb": "^1.3.5",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"ng-file-upload": "^12.2.13",
"node-sass": "^4.5.3",
"node-zopfli": "^2.0.2",
"normalize.css": "^7.0.0",
"postcss": "^6.0.9",
"postcss-loader": "^2.0.6",
"resize-observer-polyfill": "^1.4.2",
"sass-loader": "^6.0.6",
"smoothscroll-polyfill": "^0.3.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-chunk-hash": "^0.4.0",
"webpack-parallel-uglify-plugin": "^0.4.2"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-plugin-compat": "^1.0.4",
"htmlhint": "^0.9.13",
"stylelint": "^7.12.0",
"stylelint-config-standard": "^16.0.0",
"webpack-dev-server": "^2.7.1",
"webpack-notifier": "^1.5.0"
},
"browserslist": [
"last 2 Chrome version",
"last 2 Firefox version"
]
}