-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 900 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
{
"name": "@njmaeff/web-103-final-project",
"version": "0.0.1",
"scripts": {
"build": "rollup -c && webpack",
"clean": "rm -rf pages/**/js/*.js dist",
"serve": "browser-sync --no-ghost-mode -w -- dist"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@njmaeff/webpack-static-site": "^0.0.1-beta.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"browser-sync": "^2.27.7",
"rollup": "^2.58.0",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-prettier": "^2.2.0",
"ts-node": "^10.2.1",
"typescript": "^4.5.2",
"webpack": "^5.61.0",
"webpack-cli": "^4.8.0"
}
}