-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "ffff",
"version": "1.0.0",
"description": "",
"main": "./src/index.html",
"scripts": {
"start": "npm run clean && parcel ./src/index.html -p 8080 --open",
"clean": "rm -rf ./dist",
"build": "npm run lint && npm run clean && npm run build:bundle",
"build:bundle": "parcel build ./src/index.html --public-url \"./\"",
"lint": "eslint ./src/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:n1313/ff-friend-filter.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/n1313/ff-friend-filter",
"dependencies": {
"@use-hook/use-cookie": "^0.1.4",
"classnames": "^2.2.6",
"milligram": "^1.3.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.4.1",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.7.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"parcel-bundler": "^1.12.3",
"postcss-modules": "^1.4.1",
"postcss-nested": "^4.2.1",
"prettier": "^1.16.4"
}
}