-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.15 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
{
"name": "test-task-motherfuckingwebsite",
"version": "1.0.0",
"description": "Тестовое задание \"MotherFuckingWebSite\"",
"repository": "/~https://github.com/newbornfrontender/test-task-motherfuckingwebsite.git",
"author": "Infant Frontender <newbornfrontender@gmail.com>",
"license": "MIT",
"scripts": {
"pretty": "prettier --write **/*.{html,css,js,json,yml,md}",
"clean": "rm -rf public/*.{css,js}",
"serve": "serve public",
"start": "chokidar src -c \"rollup -c\"",
"build": "yarn clean && rollup -c --environment NODE_ENV:production"
},
"dependencies": {
"intersection-observer": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"chokidar-cli": "^1.2.1",
"cssnano": "^4.1.8",
"postcss": "^7.0.14",
"postcss-load-config": "^2.0.0",
"postcss-preset-env": "^6.5.0",
"prettier": "^1.16.1",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"serve": "^10.1.1",
"terser": "^3.14.1"
}
}