-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.6 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": "diversity.fyi",
"version": "1.0.0",
"description": "Compare diversity statistics across companies.",
"repository": "https://github.com/devmattrick/diversity.fyi.git",
"author": "Matthew McCune <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/"
},
"dependencies": {
"classnames": "^2.2.6",
"preact": "^10.0.0-rc.1",
"preact-router": "^3.0.1",
"snarkdown": "^1.2.2"
},
"devDependencies": {
"@types/webpack-env": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^5.2.0",
"css-loader": "^3.2.0",
"css-modules-typescript-loader": "^2.0.4",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.18.2",
"sass-loader": "^7.2.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^1.4.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.2.1"
}
}