-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.57 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
{
"name": "vf-ui",
"private": true,
"scripts": {
"storybook": "start-storybook",
"build-stories": "build-storybook",
"test": "NODE_ENV=unit jest --no-cache",
"test:watch": "npm run test -- --watch"
},
"devDependencies": {
"@babel/core": "7.7.5",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.7.6",
"@storybook/addon-a11y": "5.2.6",
"@storybook/addon-actions": "5.2.6",
"@storybook/addon-notes": "5.2.6",
"@storybook/addon-storysource": "5.2.6",
"@storybook/addon-viewport": "5.2.6",
"@storybook/addons": "5.2.6",
"@storybook/svelte": "5.2.6",
"@testing-library/dom": "6.10.1",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/svelte": "1.11.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-root-import": "^6.4.1",
"eslint": "6.7.1",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-svelte3": "2.7.3",
"expect": "^24.9.0",
"jest": "24.9.0",
"postcss": "7.0.23",
"postcss-import": "12.0.1",
"postcss-load-config": "2.1.0",
"postcss-preset-env": "6.7.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"storybook-addon-specifications": "2.1.5",
"svelte": "3.15.0",
"svelte-jester": "1.0.3",
"svelte-loader": "2.13.6",
"svelte-preprocess": "3.2.6",
"typescript": "3.7.2",
"webpack": "4.41.2"
}
}