-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "aeria",
"version": "3.2.17",
"description": "Aeria",
"scripts": {
"dev": "webpack --watch --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caffeinalab/aeria.git"
},
"author": "Alberto Parziale <alberto.parziale@caffeina.com> (https://github.com/lavolpecheprogramma)",
"license": "ISC",
"bugs": {
"url": "https://github.com/caffeinalab/aeria/issues"
},
"homepage": "https://github.com/caffeinalab/aeria#readme",
"husky": {
"hooks": {
"pre-push": "npm run build"
}
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.10.7",
"core-js": "^3.6.5",
"css-loader": "^3.5.2",
"husky": "^4.2.5",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@aeria/core": "0.0.39",
"@aeria/uikit": "0.0.39",
"lodash.throttle": "^4.1.1",
"polished": "^3.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}