-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
49
{
"name": "tree-simulator-2022",
"version": "1.0.0",
"description": "Tree Simulator",
"main": "src/index.js",
"scripts": {
"dev": "webpack-dev-server --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/WTW0313/Tree-Simulator-2022.git"
},
"keywords": [
"webpack",
"vanilla js",
"javascript"
],
"author": "W_T_W",
"license": "MIT",
"bugs": {
"url": "https://github.com/WTW0313/Tree-Simulator-2022/issues"
},
"homepage": "https://github.com/WTW0313/Tree-Simulator-2022#readme",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.7",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"stylelint": "^14.5.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-order": "^5.0.0",
"stylelint-webpack-plugin": "^3.1.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}