-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.11 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
{
"name": "htmx-tutorial",
"version": "0.0.0",
"description": "JavaScript development setup for Django HTMX Tutorial",
"dependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"bootstrap": "^5.2.3",
"browserify": "^17.0.0",
"core-js": "^3.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@babel/eslint-parser": "^7.19.1",
"browserify-css": "^0.15.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"scripts": {
"develop": "sass --watch /app/htmx_tut/static/scss/custom.scss:/app/htmx_tut/static/css/bootstrap.custom.css"
}
}