-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.54 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": "irlui",
"version": "1.0.2",
"description": "IRL UI is a collection of React/Sass/TypeScript components used by IRL Studio applications.",
"main": "/dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://[email protected]/batchku/irlui/_git/irlui"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-essentials": "^6.0.21",
"@storybook/addon-knobs": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/react": "^6.0.21",
"@types/email-validator": "^1.0.6",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/storybook__addon-knobs": "^5.2.1",
"@types/uuid": "^8.3.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"react-is": "^16.13.1",
"sass-loader": "^9.0.2",
"svg-inline-loader": "^0.8.2",
"svg-url-loader": "^6.0.0",
"ts-loader": "^8.0.0",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.3.0"
},
"dependencies": {
"email-validator": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"uuid": "^8.3.0"
}
}