-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.86 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.86 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
{
"name": "ng-mate",
"version": "0.0.8",
"main": "./index.js",
"scripts": {
"start": "run-p mock dev",
"build": "webpack --config webpack-build.config.js",
"lint": "eslint src",
"mock": "fe-mock-server --mock ./mock --port 8200 --api-prefix /customer-insight-x/1.0/",
"dev": "node ./server.js"
},
"author": "heriky",
"dependencies": {
"angular": "1.5.8",
"angular-es-utils": "^2.1.2",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"private": false,
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.25.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-register": "^6.7.2",
"clean-webpack-plugin": "^0.1.8",
"copy-webpack-plugin": "^4.5.3",
"cross-env": "^5.2.0",
"crypto-js": "3.1.9-1",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"eslint-friendly-formatter": "^2.0.4",
"eslint-loader": "^1.3.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.19.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"minimist": "^1.2.0",
"npm-run-all": "^4.1.5",
"postcss-import": "^8.1.0",
"postcss-loader": "^0.8.2",
"qs": "^6.6.0",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
}
}