-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 975 Bytes
/
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
{
"name": "@alchemy-fr/phraseanet-react-components",
"version": "1.0.5-alpha1",
"description": "Phraseanet React shared components",
"main": "dist/index.js",
"scripts": {
"build": "npx babel src --out-dir dist --copy-files",
"start": "npx babel src --watch --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"phraseanet",
"react",
"shared components"
],
"peerDependencies": {
"react": "^16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alchemy-fr/phraseanet-react-components.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1"
},
"dependencies": {
"querystring": "^0.2.0",
"react-loader-spinner": "^3.1.14",
"superagent": "^5.2.2"
}
}