-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
{
"name": "fingertip",
"version": "1.0.1",
"description": "personal project test ",
"main": "webpack.config.js",
"scripts": {
"test": "NODE_ENV=development webpack -w",
"start": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrstanley/fingerApp.git"
},
"keywords": [
"webpack",
"vue.js",
"hbuider",
"mui.js",
"ES6"
],
"author": "xiaolin",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrstanley/fingerApp/issues"
},
"homepage": "https://github.com/mrstanley/fingerApp#readme",
"devDependencies": {
"awesome-typescript-loader": "^3.1.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.10.1",
"glob": "^7.1.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.29.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.16.1",
"tslint": "^5.4.3",
"typescript": "^2.3.4",
"url-loader": "^0.5.9",
"webpack": "^3.0.0"
},
"dependencies": {
"@types/lodash": "^4.14.61",
"@types/zepto": "^1.0.28",
"cropperjs": "^1.0.0-rc.2",
"crypto-js": "^3.1.2",
"vue": "^2.3.4",
"vue-class-component": "^5.0.1",
"vue-router": "^2.5.3",
"vuex": "^2.3.1"
}
}