-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Portfolio",
"private": true,
"scripts": {
"build:watch": "webpack --config webpack.config.js --mode=development --progress --watch",
"build:dev": "webpack --config webpack.config.js --mode=development --progress",
"build:prod": "webpack --config webpack.config.js --mode=production --progress"
},
"keywords": [],
"author": "tailoristiyak303@gmail.com",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.3.7",
"css-loader": "^6.4.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.2",
"postcss": "^8.3.9",
"postcss-cli": "^9.0.1",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^9.6.0",
"style-loader": "^3.3.0",
"tailwindcss": "^2.2.16",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.0"
},
"dependencies": {
"gsap": "^3.8.0"
}
}