-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "boostact",
"version": "1.3.7",
"main": "index.js",
"scripts": {
"build": "webpack -w",
"dev": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.12.7",
"babel-loader": "^8.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"html-webpack-plugin": "^4.5.0",
"prettier": "^2.1.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"keywords": [
"boostact",
"react clone coding",
"boostcampweb",
"framework",
"vanillaJS",
"pureJS"
],
"dependencies": {
"vanilla-router": "^1.2.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct.git"
},
"bugs": {
"url": "https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct/issues"
},
"homepage": "https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct#readme"
}