-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.43 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.43 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "yahtzee",
"version": "1.1.0",
"description": "Yahtzee!",
"main": ".",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "^7.9.2",
"@fullhuman/postcss-purgecss": "^2.1.2",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"classnames": "^2.2.6",
"css-loader": "^2.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mithril": "^0.1.1",
"eslint-plugin-react": "^7.19.0",
"html-webpack-plugin": "^4.2.0",
"mergerino": "^0.4.0",
"mini-css-extract-plugin": "^0.5.0",
"mithril": "^1.1.7",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"react": "^16.13.1",
"source-map-support": "^0.5.19",
"style-loader": "^0.23.1",
"tailwindcss": "^1.3.5",
"terser-webpack-plugin": "^2.3.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-livereload-plugin": "^2.3.0"
},
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --env.production"
},
"author": "",
"license": "ISC"
}