forked from projectstorm/react-diagrams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1004 Bytes
/
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
{
"name": "storm-react-diagrams",
"version": "2.4.4",
"repository": {
"type": "git",
"url": "https://github.com/projectstorm/react-diagrams.git"
},
"keywords": [
"web",
"diagram",
"react",
"typescript",
"flowchart",
"simple",
"links",
"nodes"
],
"main": "./dist/main.js",
"typings": "./dist/src/main",
"author": "dylanvorster",
"scripts": {
"prepublishOnly": "webpack -p && ./node_modules/node-sass/bin/node-sass --output-style compressed ./src/sass.scss > ./dist/style.css"
},
"dependencies": {
"lodash": "^4.13.1",
"react": "^15.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.52",
"@types/react": "^15.0.9",
"@types/react-dom": "^0.14.23",
"source-map-loader": "^0.1.6",
"ts-loader": "^2.0.0",
"typescript": "^2.1.6",
"css-loader": "^0.26.1",
"node-sass": "^4.5.0",
"react-dom": "^15.1.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
}
}