-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.15 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.15 KB
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": "clatum",
"version": "1.0.0",
"description": "Сравнение классической и квантовой физики на опыте",
"private": true,
"browserslist": "> 0.25%, not dead",
"author": " <dimaruzaev2@gmail.com>",
"license": "ISC",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/frintest/clatum.git"
},
"homepage": "https://github.com/frintest/clatum#readme",
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"dev": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.2.2",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"terser-webpack-plugin": "^5.2.3",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0"
}
}