-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "artix",
"version": "1.0.0",
"description": "A React Component Library(OPEN SOURCED)",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "styleguidist server"
},
"author": "Pratik Dey",
"license": "MIT",
"peerDependencies": {
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@emotion/babel-plugin": "^11.1.2",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@tsconfig/node12": "^1.0.9",
"babel-loader": "^8.2.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-styleguidist": "^11.1.5",
"webpack": "^5.15.0"
},
"dependencies": {
"typescript": "^4.4.4",
"@babel/cli": "^7.12.10",
"@types/node": "^16.11.1",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.1.0",
"prop-types": "^15.7.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"recompose": "^0.30.0"
}
}