-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"name": "react-diagram-webparts",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "./node_modules/.bin/jest --config ./config/jest.config.json",
"test:watch": "./node_modules/.bin/jest --config ./config/jest.config.json --watchAll"
},
"dependencies": {
"@pnp/spfx-controls-react": "^1.12.0",
"@types/es6-promise": "0.0.33",
"@types/react": "16.4.2",
"@types/react-dom": "16.0.5",
"@types/webpack-env": "1.13.1",
"brace": "^0.11.1",
"markdown-to-jsx": "^6.11.4",
"mermaid": "^8.13.8",
"react-ace": "^6.3.2",
"react-sequence-diagram": "0.0.12",
"react-simple-flowchart": "^1.2.2"
},
"resolutions": {
"@types/react": "16.4.2"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-2.7": "0.4.0",
"@microsoft/sp-build-web": "1.8.1",
"@microsoft/sp-core-library": "1.8.1",
"@microsoft/sp-lodash-subset": "1.8.0",
"@microsoft/sp-module-interfaces": "1.8.1",
"@microsoft/sp-office-ui-fabric-core": "1.8.0",
"@microsoft/sp-tslint-rules": "1.8.1",
"@microsoft/sp-webpart-base": "1.8.0",
"@microsoft/sp-webpart-workbench": "1.8.1",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"@voitanos/jest-preset-spfx-react16": "^1.1.0",
"ajv": "~5.2.2",
"dedupe": "3.0.1",
"gulp": "~3.9.1",
"gulp-stylelint": "^8.0.0",
"i": "0.3.6",
"jest": "^23.6.0",
"npm": "6.14.6",
"react": "16.7.0",
"react-dom": "16.7.0",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.0",
"webpack-bundle-analyzer": "^3.3.2"
}
}