-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 Bytes
/
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
{
"name": "woowa-mini-vue",
"version": "0.1.0",
"description": "woowa mini vue.js",
"main": "./src/vue.ts",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch",
"build": "cross-env NODE_ENV=production webpack"
},
"keywords": [
"mini vue",
"woowa vue"
],
"repository": {
"type": "git",
"url": "https://github.com/woowa-techcamp-2021/woowa-mini-vue"
},
"author": "Taegyun Sooran Kim",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.isequal": "^4.5.5",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"ts-node": "^10.2.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0"
}
}