This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
126 lines (126 loc) · 4.96 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"version": "7.0.3",
"name": "@ultimaker/react-web-components",
"description": "Ultimaker's unified react component and style library for front-end web",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"start": "STATIC_URL=http://localhost:9001 start-storybook -p 9001 -c .storybook",
"build": "STATIC_URL=https://ultimaker.github.io/react-web-components build-storybook -c .storybook -o public",
"lint": "npm run lint:ts && npm run lint:scss",
"lint:fix": "npm run lint:ts:fix && npm run lint:scss:fix",
"lint:scss": "stylelint './src/**/*.scss'",
"lint:scss:fix": "stylelint --fix './src/**/*.scss'",
"lint:ts": "eslint './src/**/*.{ts,tsx}'",
"lint:ts:fix": "eslint --fix './src/**/*.{ts,tsx}'",
"copyImages": "copyfiles -f ./src/images/* ./src/images/**/* ./dist/images/",
"copyStylesheets": "copyfiles -f ./src/stylesheets/**/* ./dist/stylesheets/",
"copyFonts": "copyfiles -f ./src/fonts/**/* ./dist/fonts/",
"cleanDist": "rimraf dist",
"prepublishOnly": "npm run cleanDist; tsc; npm run copyImages; npm run copyStylesheets; npm run copyFonts",
"test": "jest",
"test:update": "jest --update-snapshot",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:debug": "echo 'Open chrome://inspect to debug'; node --inspect-brk node_modules/.bin/jest --runInBand --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ultimaker/react-web-components.git"
},
"author": "Ultimaker",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ultimaker/react-web-components/issues"
},
"homepage": "https://github.com/Ultimaker/react-web-components#readme",
"dependencies": {
"classnames": "^2.2.6",
"gettext-parser": "^3.1.0",
"lodash.debounce": "^4.0.8",
"node-gettext": "^2.0.0",
"react-alice-carousel": "^1.14.0",
"react-avatar-editor": "^11.0.4",
"react-date-picker": "6.13.0",
"react-dropzone": "^8.1.0",
"react-player": "^1.7.0",
"react-router-dom": "^4.1.1",
"react-spring": "7.2.0",
"react-tag-autocomplete": "^5.8.0",
"react-textarea-autosize": "^7.0.4",
"uuid": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@dump247/storybook-state": "^1.6.1",
"@sambego/storybook-styles": "^1.0.0",
"@storybook/addon-actions": "^4.1.18",
"@storybook/addon-info": "^4.1.18",
"@storybook/addon-knobs": "^4.1.18",
"@storybook/addon-viewport": "^4.1.18",
"@storybook/addons": "^4.1.18",
"@storybook/react": "^4.1.18",
"@types/babel__core": "^7.1.7",
"@types/classnames": "^2.2.9",
"@types/color-name": "^1.1.1",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/eslint-visitor-keys": "^1.0.0",
"@types/html-minifier-terser": "^5.0.0",
"@types/istanbul-reports": "^1.1.1",
"@types/jest": "^24.9.1",
"@types/json-schema": "^7.0.4",
"@types/lodash.debounce": "^4.0.6",
"@types/minimist": "^1.2.0",
"@types/node": "^12.12.26",
"@types/node-gettext": "^2.0.1",
"@types/normalize-package-data": "^2.4.0",
"@types/parse-json": "^4.0.0",
"@types/q": "^1.5.2",
"@types/react-avatar-editor": "^10.3.5",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.3.0",
"@types/stack-utils": "^1.0.1",
"@types/storybook__addon-actions": "^3.4.3",
"@types/storybook__react": "^4.0.2",
"@types/unist": "^2.0.3",
"@types/uuid": "^7.0.0",
"@types/webpack": "^4.41.12",
"@types/yargs": "^15.0.4",
"@typescript-eslint/parser": "^2.19.0",
"@ultimaker/eslint-config": "^1.1.1",
"@ultimaker/stylelint-config": "^1.1.3",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"copyfiles": "^2.2.0",
"css-loader": "^3.4.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^6.0.0",
"jest": "^24.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"stylelint": "^13.0.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.5",
"webpack": "^4.41.5"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}