-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.51 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
{
"name": "study",
"version": "1.0.0",
"description": "I create this project to record the key point of Javascript.\r If something I think is important or easy to forget, I will code them down.\r I will update the project follow my learning process.",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack-dev-server --mode=production --open --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicxin/study.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/magicxin/study/issues"
},
"homepage": "https://github.com/magicxin/study#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^1.3.3",
"sortablejs": "^1.7.0",
"style-loader": "^0.23.0",
"vue-loader": "^15.4.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.17.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"element-ui": "^2.4.6",
"fastclick": "^1.0.6",
"underscore": "^1.9.1",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0"
}
}