-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.56 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.56 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
49
50
51
{
"name": "thx-deep-note",
"license": "MIT",
"type": "module",
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.6",
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-syntax-highlighter": "^15.5.1",
"@types/webpack-env": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.15.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"html-webpack-plugin": "^5.5.0",
"lodash": "^4.17.21",
"postcss": "^8.4.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-input-range": "^1.3.0",
"react-refresh": "^0.13.0",
"react-syntax-highlighter": "^15.5.0",
"reset.css": "^2.0.2",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"stylelint": "^14.8.2",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"styles-loader": "^4.0.1",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"typescript-plugin-css-modules": "^3.4.0",
"url-loader": "^4.1.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"scripts": {
"eslint": "eslint --ext .ts,.tsx src",
"stylelint": "stylelint '**/*.scss'",
"build": "NODE_ENV=development webpack",
"dist": "NODE_ENV=production webpack",
"dev": "webpack serve",
"test": "jest"
},
"devDependencies": {}
}