-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.62 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
{
"name": "plancarolina",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register src/**/*test.jsx",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"eject": "react-scripts-ts eject"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/js-cookie": "^2.1.0",
"@types/lodash-es": "^4.14.7",
"@types/node": "^8.0.28",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"@types/sortablejs": "^1.3.32",
"draft-js": "^0.10.5",
"eventlistener-polyfill": "^1.0.4",
"fuse.js": "^3.2.0",
"fuzzysearch": "^1.0.3",
"jaro-winkler": "^0.2.8",
"jest": "^21.2.1",
"js-cookie": "^2.1.4",
"lodash-es": "^4.17.4",
"material-ui": "^1.0.0-beta.13",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"preact-token-input": "^0.3.0",
"react": "^15.6.1",
"react-autocomplete": "^1.8.1",
"react-autosuggest": "^9.3.4",
"react-dom": "^15.6.1",
"react-flip-move": "^3.0.1",
"react-google-login": "^2.9.3",
"react-scripts-ts": "^2.6.0",
"react-select": "^1.2.1",
"react-tag-input": "^5.0.1",
"react-tagsinput": "^3.19.0",
"tags-input": "^1.1.1"
},
"proxy": {
"/api": {
"target": "https://plancarolina.com",
"secure": true,
"changeOrigin": true
}
},
"devDependencies": {
"@types/chai": "^4.1.1",
"@types/mocha": "^2.2.47",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"ts-node": "^4.1.0"
}
}