forked from aexol-studio/tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1011 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
{
"name": "@slothking-online/diagram",
"version": "0.2.16",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "A slothking diagram",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "grunt",
"start": "grunt watch",
"prettier": "prettier --write \"src/**/*.{ts,tsx,css}\""
},
"license": "MIT",
"devDependencies": {
"@types/classnames": "2.2.3",
"@types/history": "4.6.2",
"@types/json-schema": "^6.0.1",
"@types/node": "9.4.6",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-ts": "^6.0.0-beta.19",
"prettier": "^1.11.1",
"typescript": "^2.9.2"
},
"dependencies": {
"classnames": "^2.2.5",
"moment": "^2.21.0",
"react": "^16.4.1",
"react-dom": "^16.4.0",
"typestyle": "^1.7.2",
"utility-types": "^1.1.0"
}
}