-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "tex-block",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev-webpack": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zindlerb/tex-block.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zindlerb/tex-block/issues"
},
"homepage": "https://github.com/zindlerb/tex-block#readme",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"fuse.js": "^3.4.5",
"lodash.clamp": "^4.0.3",
"lodash.debounce": "^4.0.8",
"lodash.escape": "^4.0.1",
"lodash.memoize": "^4.1.2",
"preact": "^10.0.0"
}
}