-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
77 lines (77 loc) · 2.43 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "chromesppropertiesadmin",
"version": "0.0.1",
"description": "Google Chrome extension that opens a Property bag Modal dialog administration",
"scripts": {
"start": "set NODE_ENV=development && gulp generate-chrome-dev && node server.js",
"bundleActions": "set NODE_ENV=production && webpack --progress --config ./webpack/webpack.config.actions.prod.js",
"bundleChromeExtension": "set NODE_ENV=production && gulp build-chromeExt",
"generate": "set NODE_ENV=production && gulp generate-chrome-dev",
"generateZip": "set NODE_ENV=production && gulp generate-chrome-package"
},
"dependencies": {
"axios": "^0.15.3",
"office-ui-fabric-react": "^1.5.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.2",
"redux-thunk": "2.1.1",
"sp-pnp-js": "^3.0.1"
},
"devDependencies": {
"@types/axios": "^0.9.35",
"@types/chrome": "0.0.35",
"@types/core-js": "^0.9.34",
"@types/microsoft-ajax": "0.0.31",
"@types/react": "^0.14.46",
"@types/react-dom": "^0.14.18",
"@types/react-redux": "^4.4.35",
"@types/react-router": "2.0.29",
"@types/redux-immutable-state-invariant": "^1.2.29",
"@types/redux-thunk": "2.1.32",
"@types/sharepoint": "^2013.1.2",
"awesome-typescript-loader": "^3.0.0-beta.18",
"css-loader": "^0.26.1",
"es6-promise": "4.0.5",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"gulp": "^3.9.1",
"gulp-replace": "^1.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^3.2.0",
"http-server": "^0.9.0",
"immutable": "^3.8.1",
"node-sass": "^4.4.0",
"opener": "^1.4.2",
"path": "^0.12.7",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-immutable-state-invariant": "^1.2.4",
"sass-loader": "^4.1.1",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.1",
"tslint": "^4.4.2",
"tslint-react": "^2.3.0",
"typescript": "2.3.4",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.2.1",
"whatwg-fetch": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/DariuS231/ChromeSPPropertiesAdmin.git"
},
"keywords": [
"SharePoint",
"PropertyBag",
"CSOM",
"JavaScript",
"Google Chrome",
"Chrome Extension"
],
"author": "Darius231",
"license": "MIT",
"bugs": {
"url": "https://github.com/DariuS231/ChromeSPPropertiesAdmin/issues"
},
"homepage": "https://github.com/DariuS231/ChromeSPPropertiesAdmin#readme"
}