generated from front-camp-2021/html-css-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 884 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
{
"name": "html-css-module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ICU_DATA=node_modules/full-icu jest",
"lint": "eslint \"./src/**/*.js\"",
"sass": "gulp build",
"sass:watch": "gulp"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@testing-library/jest-dom": "^5.14.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"cross-env": "^7.0.3",
"eslint": "^7.31.0",
"full-icu": "^1.3.4",
"husky": "^7.0.0",
"jest": "^27.0.6",
"jest-fetch-mock": "^3.0.3",
"json-server": "^0.16.3",
"pretty-format": "^26.6.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"sass": "^1.41.0"
}
}