-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.73 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
54
{
"name": "stylix-docs",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"start": "WEBPACK_DEV_SERVER=1 webpack serve --hot",
"lint": "prettier --write \"**/*.tsx?\"",
"build": "webpack --mode production"
},
"author": "Alex Brombal",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@hot-loader/react-dom": "^17.0.1",
"@stylix/core": "^3.0.5",
"@stylix/tinyprops": "^1.0.1",
"@types/react-helmet": "^6.1.1",
"@types/react-router": "^5.1.13",
"@types/superagent": "^4.1.10",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^1.1.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.5",
"lodash-es": "^4.17.21",
"markdown-it": "^12.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-hot-loader": "^4.13.0",
"react-intersection-observer": "^8.31.1",
"react-router-dom": "^5.2.0",
"react-simple-code-editor": "^0.11.0",
"react-use": "^17.2.4",
"reprism": "^0.0.11",
"superagent": "^6.1.0",
"ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4",
"webpack-dev-server": "^3.11.2"
}
}