Files
standardnotes-app-web/packages/icons/package.json
StandardNotes CI 798145b057 chore(release): publish
- @standardnotes/components-meta@2.1.0
 - @standardnotes/desktop@3.22.3
 - @standardnotes/icons@1.4.1
 - @standardnotes/mobile@3.23.1
 - @standardnotes/styles@1.2.2
 - @standardnotes/toast@1.2.1
 - @standardnotes/web-server@1.2.7
 - @standardnotes/web@3.22.3
 - @standardnotes/advanced-checklist@0.0.2
 - @standardnotes/markdown-hybrid@1.5.1
 - @standardnotes/bold-editor@1.3.6
 - @standardnotes/classic-code-editor@1.3.13
 - @standardnotes/markdown-math@1.3.7
 - @standardnotes/markdown-visual@1.0.8
 - @standardnotes/markdown-minimal@1.3.10
 - @standardnotes/rich-text@1.6.2
 - @standardnotes/markdown-basic@1.4.3
 - @standardnotes/simple-task-editor@1.3.11
 - @standardnotes/spreadsheets@1.4.5
 - @standardnotes/autobiography-theme@1.0.5
 - @standardnotes/dynamic-theme@1.0.5
 - @standardnotes/focus-theme@1.2.10
 - @standardnotes/futura-theme@1.2.10
 - @standardnotes/midnight-theme@1.2.9
 - @standardnotes/solarized-dark-theme@1.2.8
 - @standardnotes/titanium-theme@1.2.9
 - @standardnotes/authenticator@2.0.11
 - @standardnotes/inner-desktop@3.22.3
2022-06-16 19:13:08 +00:00

35 lines
1.0 KiB
JSON

{
"name": "@standardnotes/icons",
"version": "1.4.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"watch": "webpack -w --config webpack.config.js",
"build": "webpack --config webpack.config.js && yarn run tsc",
"tsc": "tsc --project ./tsconfig.json"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.12.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.2",
"@svgr/webpack": "^6.2.1",
"babel-loader": "^8.2.5",
"babel-plugin-transform-runtime": "^6.23.0",
"prettier": "*",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"ts-jest": "^28.0.3",
"ts-loader": "^9.3.0",
"typescript": "*",
"webpack": "*",
"webpack-cli": "*",
"webpack-dev-server": "^4.9.0"
}
}