This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.53 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
{
"name": "@decsys/confirmation-component",
"componentName": "Confirmation",
"version": "1.0.1",
"description": "Participant Confirmation component for the DECSYS Survey Platform",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c",
"build": "npm run rollup",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "Jonathan Couldridge <[email protected]>",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/decsys/confirmation-component.git"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-knobs": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/addons": "^5.3.13",
"@storybook/react": "^5.3.13",
"babel-loader": "^8.0.6",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"rollup": "^1.31.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.2.0",
"styled-components": "^4.4.1"
},
"dependencies": {
"@decsys/param-types": "^1.0.0",
"@smooth-ui/core-sc": "^10.1.0",
"styled-icons": "^7.15.1"
},
"peerDependencies": {
"prop-types": "~15",
"react": "~16",
"styled-components": "~4"
}
}