-
- Downloads
move from npm to yarn
fix: pyvm-wasm
Showing
- .babelrc 7 additions, 0 deletions.babelrc
- README.md 2 additions, 69 deletionsREADME.md
- package-lock.json 0 additions, 29339 deletionspackage-lock.json
- package.json 21 additions, 30 deletionspackage.json
- public/index.html 3 additions, 3 deletionspublic/index.html
- webpack.config.js 84 additions, 0 deletionswebpack.config.js
- yarn.lock 3822 additions, 0 deletionsyarn.lock
.babelrc
0 → 100644
package-lock.json
deleted
100644 → 0
This diff is collapsed.
{ | ||
"name": "vire", | ||
"name": "aava", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"start": "webpack-dev-server" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.2.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.2.0", | ||
"@fortawesome/fontawesome-svg-core": "^6.2.1", | ||
"@fortawesome/free-solid-svg-icons": "^6.2.1", | ||
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"prop-types": "^15.8.1", | ||
"react": "^18.2.0", | ||
"react-ace": "^10.1.0", | ||
"react-calendar": "^4.0.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.4.3", | ||
"react-scripts": "5.0.1", | ||
"semantic-ui-react": "^2.1.3", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
"devDependencies": { | ||
"@babel/core": "^7.20.2", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-react": "^7.18.6", | ||
"babel-loader": "^9.1.0", | ||
"css-loader": "^6.7.2", | ||
"html-webpack-plugin": "^5.5.0", | ||
"style-loader": "^3.3.1", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.0", | ||
"webpack-dev-server": "^4.11.1" | ||
} | ||
} |
webpack.config.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment