You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
897 B

{
"name": "react-parcel-boilerplate",
"version": "1.0.0",
"description": "React Parcel Boilerplate",
"main": "index.js",
"scripts": {
"start": "parcel public/index.html",
"build": "npm test && parcel build public/index.html",
"test": "jest --coverage"
},
"author": "Garrit Franke",
"license": "MIT",
"dependencies": {
"@types/jest": "^24.0.22",
"antd": "^4.16.6",
"axios": "^0.21.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-p5": "^1.3.19",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"babel-jest": "^27.0.5",
"enzyme": "^3.10.0",
"jest": "^27.0.5",
"node-sass": "^6.0.1",
"parcel": "^2.0.0-beta.2"
}
}