This repository was archived by the owner on Jun 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.58 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@standardnotes/simple-task-editor",
"version": "1.3.10",
"main": "dist/dist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot",
"lint": "eslint app/ --ext .js",
"lint:fix": "yarn lint --fix",
"prepublishOnly": "npm run build"
},
"sn": {
"main": "dist/index.html"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@standardnotes/component-relay": "2.2.0",
"@standardnotes/eslint-config-extensions": "^1.0.2",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.23.1",
"html-webpack-plugin": "^5.3.1",
"husky": "^5.2.0",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"regenerator-runtime": "^0.13.7",
"sass-loader": "^11.0.1",
"sn-stylekit": "2.0.19",
"sortablejs": "^1.10.1",
"style-loader": "^1.0.1",
"terser-webpack-plugin": "^5.1.1",
"validate-commit-msg": "2.x",
"webpack": "5.24.4",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}