-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.51 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
52
53
{
"name": "sites-locations-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production TAILWIND_MODE=build webpack ",
"watch": "NODE_ENV=development webpack --watch",
"dev": "yext sites develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yext-pages/sites-locations-starter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yext-pages/sites-locations-starter/issues"
},
"homepage": "https://github.com/yext-pages/sites-locations-starter#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@google/markerwithlabel": "^1.2.3",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.1.0",
"mini-svg-data-uri": "^1.3.3",
"postcss": "^8.3.4",
"postcss-loader": "^6.1.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.2",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"tailwindcss": "^2.2.7",
"ts-loader": "^9.2.3",
"typescript": "^4.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@yext/rtf-converter": "^1.5.0",
"axios": "^0.21.1",
"jquery": "^3.6.0",
"libphonenumber-js": "^1.9.22"
}
}