-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"devDependencies": {
"@blueprintjs/core": "^3.6.1",
"@types/lodash": "^4.14.116",
"@types/ramda": "^0.25.38",
"@types/react": "^16.4.13",
"@types/react-dom": "^16.0.8",
"@types/recompose": "^0.26.5",
"cleave.js": "^1.4.4",
"fp-ts": "^1.9.0",
"immer": "^1.7.2",
"moment": "^2.22.2",
"monaco-editor": "^0.14.3",
"parcel-bundler": "^1.10.1",
"ramda": "^0.25.0",
"rc-calendar": "^9.7.9",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"recompose": "^0.30.0",
"rimraf": "^2.6.2",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.1.1"
},
"peerDependencies": {
"immer": "^1.6.0",
"ramda": "^0.25.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"rxjs": "^6.3.2",
"rxjs-compat": "^6.3.2"
},
"scripts": {
"clean": "rimraf dist docs lib ts_compiled",
"build": "npm run build_lib && npm run build_doc",
"build_doc": "parcel build examples/index.html --public-url /definitely-form/ --out-dir docs",
"build_lib": "tsc --project tsconfig.lib.json",
"dev": "parcel examples/index.html"
},
"dependencies": {},
"name": "definitely-form",
"version": "0.0.1"
}