forked from neaumusic/selection-highlighter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 KB
/
package.json
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
{
"name": "selection_highlighter",
"version": "3.1.0",
"description": "browser highlighter for code analysis",
"scripts": {
"clean": "rm -rf build dist",
"build": "webpack && yarn build:safari",
"build:safari": "src/build_safari.sh",
"postinstall": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neaumusic/selection-highlighter.git"
},
"author": "James Wilson (jsw.james.wilson@gmail.com)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/neaumusic/selection-highlighter/issues"
},
"volta": {
"node": "20.10.0"
},
"homepage": "https://github.com/neaumusic/selection-highlighter#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@types/chrome": "^0.0.208",
"@types/node": "^20.10.8",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.11",
"@types/webpack": "^4.41.38",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-files-webpack-plugin": "^1.4.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {}
}