-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.03 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
63
64
65
66
67
68
69
70
71
{
"name": "bmat-bit-admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build src/index.html",
"clear:cache": "rm -rf .cache",
"prebuild": "rm -rf dist",
"start": "parcel src/index.html --port 3000",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:update": "jest --updateSnapshot"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-boost": "^0.1.20",
"classnames": "^2.2.6",
"dayjs": "^1.7.7",
"draft-js": "^0.10.5",
"formik": "^1.3.1",
"graphql": "^14.0.2",
"minireset.css": "0.0.3",
"normalize.css": "^8.0.0",
"parcel-bundler": "^1.10.3",
"react": "^16.6.0",
"react-apollo": "^2.2.4",
"react-autosuggest": "^9.4.2",
"react-dom": "^16.6.0",
"react-icons": "^3.2.2",
"react-router-dom": "^4.3.1",
"yup": "^0.26.6"
},
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/draft-js": "^0.10.26",
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/graphql": "^14.0.3",
"@types/jest": "^23.3.9",
"@types/react": "*",
"@types/react-autosuggest": "^9.3.6",
"@types/react-dom": "^16.0.9",
"@types/react-icons": "^2.2.6",
"@types/react-router-dom": "^4.3.1",
"@types/yup": "^0.26.1",
"autoprefixer": "^9.3.1",
"babel-core": "^6.26.3",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"enzyme-to-json": "^3.3.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"postcss-modules": "^1.4.1",
"prettier": "^1.14.3",
"sass": "^1.14.3",
"ts-jest": "^23.10.4",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.4"
}
}