forked from WhiteMatrixTech/ChainIDE-Dfinity-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
{
"name": "@white-matrix/extension-sample",
"version": "1.0.9",
"description": "chainIDE samples extension",
"scripts": {
"start": "webpack serve --config ./webpack.development.config.js",
"compile": "webpack --config ./webpack.production.config.js",
"lint": "eslint -c ./.eslintrc.js --ext .ts,.tsx,.js,.jsx ./src --quiet",
"lint:fix": "eslint -c ./.eslintrc.js --ext .ts,.tsx,.js,.jsx ./src --fix",
"prepublish": "yarn compile"
},
"main": "out/main.js",
"keywords": [],
"author": "libAuthor",
"license": "ISC",
"dependencies": {
"office-ui-fabric-react": "^7.148.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"rxjs": "^7.0.0"
},
"devDependencies": {
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@white-matrix/eslint-config": "^1.0.9",
"@white-matrix/prettier-config": "^1.0.9",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "6.2.0",
"html-webpack-plugin": "^5.3.2",
"inject-body-webpack-plugin": "^1.3.0",
"less": "^4.1.1",
"less-loader": "10.0.1",
"shelljs": "^0.8.4",
"style-loader": "3.2.1",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "9.2.3",
"typescript": "^4.2.3",
"webpack": "5.46.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"office-ui-fabric-react": "^7.148.1",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"gitHead": "95273e1df1bef932f894d5dec57da2b9cc0c0d93"
}