skolplattformen-backup/packages/site/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2021-01-31 22:49:10 +00:00
{
2021-02-05 13:54:59 +00:00
"name": "skolplattformen-site",
2021-01-31 22:49:10 +00:00
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
2021-03-30 18:34:40 +00:00
"@types/classnames": "^2.2.11",
2021-04-15 15:06:03 +00:00
"classnames": "^2.3.1",
"next": "^10.1.3",
2021-01-31 22:49:10 +00:00
"next-images": "^1.4.0",
2021-04-15 15:06:03 +00:00
"react": "^17.0.2",
2021-01-31 22:49:10 +00:00
"react-countup": "^4.3.3",
2021-04-15 15:06:03 +00:00
"react-dom": "^17.0.2",
2021-01-31 22:49:10 +00:00
"react-id-swiper": "^4.0.0",
2021-04-15 15:06:03 +00:00
"react-intl": "^5.15.8",
"react-scroll": "^1.8.2",
2021-01-31 22:49:10 +00:00
"react-visibility-sensor": "^5.1.1",
2021-04-15 15:06:03 +00:00
"sharp": "^0.28.1",
"swiper": "6.1.1"
2021-01-31 22:49:10 +00:00
},
"scripts": {
"dev": "next dev",
"build": "next build",
2021-02-05 09:41:25 +00:00
"start": "next start",
2021-02-05 13:54:59 +00:00
"lint": "eslint './**/*.js'",
"test": "is-ci test:ci test:watch",
"test:ci": "jest",
2021-03-30 18:34:40 +00:00
"test:watch": "jest --watch",
"typecheck": "tsc --watch"
2021-02-05 09:09:42 +00:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
2021-04-15 15:06:03 +00:00
"@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "11.2.6",
2021-03-30 18:34:40 +00:00
"@types/gtag.js": "^0.0.4",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-scroll": "^1.8.2",
2021-04-15 15:06:03 +00:00
"autoprefixer": "^10.2.5",
2021-02-05 09:41:25 +00:00
"babel-eslint": "10.1.0",
2021-04-15 15:06:03 +00:00
"eslint": "7.24.0",
"eslint-config-prettier": "8.2.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
2021-02-05 13:54:59 +00:00
"identity-obj-proxy": "3.0.0",
"is-ci-cli": "2.2.0",
"jest": "26.6.3",
2021-04-15 15:06:03 +00:00
"jest-watch-typeahead": "0.6.2",
"postcss": "^8.2.10",
"prettier": "2.2.1",
2021-04-15 15:06:03 +00:00
"tailwindcss": "^2.1.1",
"typescript": "^4.2.4"
2021-01-31 22:49:10 +00:00
}
}