-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 906 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 906 Bytes
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
{
"name": "ferrari-2.0",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"sass": "sass --watch assets/sass/main.scss:assets/css/main.css",
"sass:build": "sass assets/sass/main.scss:assets/css/main.css --style=compressed",
"deploy": "firebase deploy",
"build": "webpack --config webpack.prod.js",
"dev": "webpack serve --config webpack.dev.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cropperjs": "^1.5.7",
"date-fns": "^2.16.1",
"imask": "^6.0.5"
},
"devDependencies": {
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.4",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.7.2",
"webpack-merge": "^5.8.0"
}
}