forked from carlosdummy14/clone-ui-nftgame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
50
51
52
53
{
"name": "clone-ui-nft-game",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js ",
"lint:css": "npx stylelint \"**/*.scss\" --fix"
},
"keywords": [],
"author": "Carlos",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"autoprefixer": "9.8.6",
"babel-loader": "8.2.2",
"css-loader": "6.2.0",
"dotenv-webpack": "7.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"html-loader": "2.1.2",
"html-webpack-plugin": "5.3.2",
"mini-css-extract-plugin": "2.2.2",
"postcss": "8.3.6",
"postcss-import": "14.0.2",
"postcss-loader": "6.1.1",
"postcss-preset-env": "6.7.0",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.1",
"sass": "1.38.2",
"sass-loader": "12.1.0",
"style-loader": "3.2.1",
"stylelint": "13.13.1",
"stylelint-config-standard": "22.0.0",
"webpack": "5.51.1",
"webpack-cli": "4.8.0",
"webpack-dev-server": "4.1.0",
"webpack-merge": "5.8.0"
}
}