- @standardnotes/api@1.23.2 - @standardnotes/blocks-editor@1.13.0 - @standardnotes/desktop@3.104.85 - @standardnotes/encryption@1.20.1 - @standardnotes/filepicker@1.28.4 - @standardnotes/files@1.14.14 - @standardnotes/icons@1.9.0 - @standardnotes/mobile@3.50.21 - @standardnotes/models@1.42.1 - @standardnotes/releases@1.4.108 - @standardnotes/services@1.55.2 - @standardnotes/snjs@2.163.2 - @standardnotes/toast@1.3.18 - @standardnotes/ui-services@1.24.0 - @standardnotes/utils@1.16.0 - @standardnotes/web@3.138.0
35 lines
1012 B
JSON
35 lines
1012 B
JSON
{
|
|
"name": "@standardnotes/icons",
|
|
"version": "1.9.0",
|
|
"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": "*",
|
|
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
"@babel/preset-env": "*",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@babel/runtime": "^7.20.1",
|
|
"@svgr/webpack": "^6.5.1",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"prettier": "*",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"ts-jest": "^29.0.3",
|
|
"ts-loader": "^9.4.1",
|
|
"typescript": "*",
|
|
"webpack": "*",
|
|
"webpack-cli": "*",
|
|
"webpack-dev-server": "*"
|
|
}
|
|
}
|