-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "survey-sinch",
"version": "1.0.0",
"description": "React Component for surveys that provides an easy API to build a multi-step survey through JSON.",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "jest"
},
"author": "Spraynard",
"license": "MIT",
"keywords": [
"Survey",
"Component"
],
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.10.1",
"@types/jest": "^25.2.3",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint": "^7.2.0",
"eslint-plugin-react": "^7.20.0",
"jest": "^26.0.1",
"parcel-bundler": "^1.12.4"
},
"dependencies": {
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.10.2",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"@material-ui/core": "^4.10.1",
"@types/node": "^14.0.5",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1",
"typescript": "^3.9.3",
"uuid": "^8.1.0"
}
}