-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "find_the_pair",
"version": "1.0.0",
"description": "当前项目的架构是基于webpack工具链的,你可以在release中找到早期没有引入webpack的版本。完善这个小游戏是个非常有意思的过程,通过它,我开始慢慢接触前端项目构建的技术。",
"main": "src/index.js",
"scripts": {
"start": "webpack-dashboard -- webpack-dev-server",
"prebuild": "rimraf dist",
"build": "webpack --verbose"
},
"keywords": [],
"author": "jasonleaster",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.0",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-loader": "^15.0.7",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2"
},
"dependencies": {
"vue": "^2.5.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonleaster/FindThePairJS.git"
},
"bugs": {
"url": "https://github.com/jasonleaster/FindThePairJS/issues"
},
"homepage": "https://github.com/jasonleaster/FindThePairJS#readme"
}